Walter Bright Wed, 01 Apr 2009 02:20:12 -0700
Instead, you can do this:
class inherit : base { ctor(int i) { } ctor() { super(); } }