4232ad8dfe
#KT-22374 Fixed
4 lines
84 B
Kotlin
Vendored
4 lines
84 B
Kotlin
Vendored
val s = "1" + "2" +
|
|
"3" + "4" +<caret>
|
|
"5" + "6" +
|
|
"7" + "8" |