[Issue 1075] dmd reject valid code

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Mar 27 21:49:30 PDT 2007


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





------- Comment #5 from davidl at 126.com  2007-03-27 23:49 -------
class test
{
        static char[] c(){return "this(){};";}
        int a;
        class b
        {
                mixin(c());
        }
}
void main()
{

}

heh, this is an example should be compilable ;)


-- 



More information about the Digitalmars-d-bugs mailing list