[Issue 3131] New: better type resolve
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Jul 3 07:16:35 PDT 2009
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: nobody at puremagic.com
ReportedBy: davidl at 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: -------
More information about the Digitalmars-d-bugs
mailing list