[Issue 1075] dmd reject valid code

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Mar 21 22:43:37 PDT 2007


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





------- Comment #3 from davidl at 126.com  2007-03-22 00:43 -------
class test
{
        static const char[] c(){return "whateever;";}
        int a;
        class b
        {
                mixin(c());
        }
}
void main()
{

}

even above ain't compilabe


-- 



More information about the Digitalmars-d-bugs mailing list