4038d4d507
So #KT-22089 Fixed
10 lines
143 B
Kotlin
Vendored
10 lines
143 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
// PROBLEM: none
|
|
|
|
fun test() {
|
|
Foo().apply {
|
|
Foo().run {
|
|
<caret>this@apply.isB = true
|
|
}
|
|
}
|
|
} |