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