http://d.puremagic.com/issues/show_bug.cgi?id=9941
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from [email protected] 2013-04-16 13:41:24 PDT --- This is currently allowed: class Foo { int f; this(int a) { f = a; } } const foo = new Foo(42); void main() {} -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
