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