[Issue 1075] New: dmd reject valid code

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Mar 21 07:28:40 PDT 2007


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

           Summary: dmd reject valid code
           Product: D
           Version: 1.009
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla at digitalmars.com
        ReportedBy: davidl at 126.com


class test
{
        static char[] c(){return "whateever;";}
        int a;
        class b
        {
                mixin(c());
        }
}
void main()
{

}
after reviewing the document i think my example above should be compilable


-- 



More information about the Digitalmars-d-bugs mailing list