class A { constructor(x: Int) {} constructor(): this(1) {} }