Files
2016-10-28 15:30:22 +03:00

5 lines
82 B
Kotlin
Vendored

fun foo() {
val a = "some"
val b = "text"
val bar = "$a <caret>+ $b"
}