[Issue 10485] can not distinguish method call in string mixin!

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Jun 26 21:23:45 PDT 2013


http://d.puremagic.com/issues/show_bug.cgi?id=10485



--- Comment #1 from changlon <changlon at gmail.com> 2013-06-26 21:23:41 PDT ---
this seems is a     different but related bug:

code:
----------------------
class TestClass{}
mixin template test(string name){
    mixin("scope " ~ name ~ " = new TestClass;" );
}
void main(){
    mixin test!("var");
}
---------------------

run error:
--------------------
object.Error: Illegal Instruction
----------------
0x0012FE30
0x00402BFC
0x00402C37
0x00402835
0x00402098
0x7C817067 in RegisterWaitForInputIdle
--------------------

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list