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