blob: 1673544f07d953e60207469661ea88c52d0d5eb3 [file] [log] [blame]
class A {
val foo: Int = 0
}
fun f() {
A().foo(<caret>)
}
// NUMBER: 0