blob: 7f1517014a72eefa60b29fcac11bfc4abfbdd511 [file] [log] [blame]
class A {
constructor(x: Int) {
}
constructor(x: String) {
}
}
val v = <caret>A(1)