Walter Bright schrieb:
Instead, you can do this:class inherit : base { ctor(int i) { } ctor() { super(); } }
Yeah, don't unnecessarily bloat the language. D2 already has a freaking huge amount of features.
Walter Bright schrieb:
Instead, you can do this:class inherit : base { ctor(int i) { } ctor() { super(); } }
Yeah, don't unnecessarily bloat the language. D2 already has a freaking huge amount of features.