Files
kotlin-fork/idea/testData/intentions/convertToStringTemplate/templatePlusStringLiteral.kt
T

5 lines
70 B
Kotlin
Vendored

fun foo() {
val nv1 = 1
val nv2 = "$nv1" + <caret>"postfix"
}