4038d4d507
So #KT-22089 Fixed
7 lines
83 B
Kotlin
Vendored
7 lines
83 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
|
|
fun test1() {
|
|
Foo().apply {
|
|
<caret>this.s = ""
|
|
}
|
|
} |