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