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