// WITH_RUNTIME // PROBLEM: none class Foo { val s = "" fun test() { Foo().apply { this@Foo.s } } }