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