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