blob: 37c79115f6883283902931bbc88e37536eee7c3b [file] [log] [blame]
class Owner(val z: Int) {
fun foo(y: Int) = y + z
val x = <caret>this::foo
}