5 lines
80 B
Kotlin
Vendored
5 lines
80 B
Kotlin
Vendored
fun foo() {
|
|
val prefix = "prefix"
|
|
val nv2 = prefix + <caret>"postfix"
|
|
}
|