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