Files
kotlin-fork/idea/testData/refactoring/inline/inlineVariableOrProperty/stringTemplates/nonEmpty.kt
T
2016-07-19 15:42:15 +03:00

5 lines
85 B
Kotlin
Vendored

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