7e417272b2
#KT-22374 Fixed
5 lines
73 B
Kotlin
Vendored
5 lines
73 B
Kotlin
Vendored
fun test() {
|
|
val s = "1" +
|
|
"2" +<caret>
|
|
"3"
|
|
} |