Instead, you can do this:

class inherit : base
{
    ctor(int i) { }
    ctor() { super(); }
}

Reply via email to