1376c8f8cf
#KT-16624 Fixed #KT-16625 Fixed #KT-14947 Fixed
5 lines
82 B
Kotlin
Vendored
5 lines
82 B
Kotlin
Vendored
fun foo() {
|
|
val a = "some"
|
|
val b = "text"
|
|
val bar = "$a <caret>+ $b"
|
|
} |