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

5 lines
66 B
Kotlin
Vendored

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