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

           Summary: better type resolve
           Product: D
           Version: 2.028
          Platform: Other
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nob...@puremagic.com
        ReportedBy: dav...@126.com


class c{
}

c c;
c = new c;

Jarrett mentioned that it doesn't compile in bug 3125.

This can alleviate the pain of porting C# code.
I patched this in my own box when I tried to port some C# code.

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

Reply via email to