Files
kotlin-fork/idea/testData/refactoring/introduceVariable/stringTemplates/brokenEscapeEntry.kt
T
2015-11-24 20:40:15 +03:00

3 lines
74 B
Kotlin
Vendored

fun foo(a: Int): String {
return "<selection>abc$a\</selection>ndef"
}