eb12cfd444
* Join Lines should join strings #KT-18674 Fixed * #KT-18674 Fixed
5 lines
79 B
Kotlin
Vendored
5 lines
79 B
Kotlin
Vendored
fun test() {
|
|
val s = "foo" +<caret>
|
|
"bar" +
|
|
"baz"
|
|
} |