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