class A { constructor(x: T1, y: T2) {} constructor(x: T1, y: Int) {} constructor(x: T1): this(x, 1) {} }