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

4 lines
63 B
Kotlin
Vendored

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