private class A { val bar = 1 fun foooo() { { this.bar }() bar } } private fun test(a: A) { a.foooo() }