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