KT-18674 Join Lines should join strings (#1305)
* Join Lines should join strings #KT-18674 Fixed * #KT-18674 Fixed
This commit is contained in:
committed by
Dmitry Jemerov
parent
16695c1af5
commit
eb12cfd444
@@ -0,0 +1,4 @@
|
||||
fun test() {
|
||||
val foo = "1"
|
||||
val s = "bar" +<caret> foo
|
||||
}
|
||||
Reference in New Issue
Block a user