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

4 lines
58 B
Kotlin
Vendored

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