// WITH_RUNTIME // PROBLEM: none open class Foo class SubFoo : Foo() val Foo.bar: String get() = "" fun Foo.func() = Foo().apply { this@func.bar }