Files
kotlin-fork/idea/testData/joinLines/stringTemplate/threeLines2.kt
T

5 lines
73 B
Kotlin
Vendored

fun test() {
val s = "1" +
"2" +<caret>
"3"
}