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

4 lines
58 B
Kotlin
Vendored

fun foo() {
val <caret>x = ""
val y = "!!x=$x!!"
}