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