blob: 14c40f42c3ffa3c7957d33a5052c2bd2c6f6aa6e [file] [log] [blame]
class A {
fun bar() {
}
fun foo() {
val a = this
a.foo()
}
}