Files
kotlin-fork/idea/testData/joinLines/stringTemplate/secondLineVariable.kt.after
T
Toshiaki Kameyama eb12cfd444 KT-18674 Join Lines should join strings (#1305)
* Join Lines should join strings #KT-18674 Fixed

* #KT-18674 Fixed
2018-01-03 11:27:16 +01:00

4 lines
63 B
Plaintext
Vendored

fun test() {
val foo = "1"
val s = "bar" +<caret> foo
}