// WITH_RUNTIME // PROBLEM: none fun test() { Foo().apply { Foo().run { this@apply.isB = true } } }