Files
kotlin-fork/idea/testData/refactoring/inline/stringTemplates/nonEmpty.kt
T
2015-12-08 16:21:05 +03:00

5 lines
85 B
Kotlin
Vendored

fun foo() {
val a = 1
val <caret>x = "_$a:${a + 1}_"
val y = "!!x=$x!!"
}