http://d.puremagic.com/issues/show_bug.cgi?id=5868
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from [email protected] 2012-01-26 10:27:46 PST --- This bug also happens without "public" for static ctors: class A { static { int x; // this is OK, interpreted as "static int x" this() { ... } // this is NOT OK, interpreted as non-static this() } } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
