http://d.puremagic.com/issues/show_bug.cgi?id=9853
Kenji Hara <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Kenji Hara <[email protected]> 2013-04-01 19:19:26 PDT --- This is by design. http://dlang.org/class.html#StaticConstructor > The **static** in the static constructor declaration is not an attribute, > it must appear immediately before the this: > > class Foo { > static this() { ... } // a static constructor > static private this() { ... } // not a static constructor > static { > this() { ... } // not a static constructor > } > static: > this() { ... } // not a static constructor > } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
