class A { constructor(x: Int) { } constructor(x: Int, y: String) { } } val v = A(1, "abc")