Files
kotlin-fork/idea/testData/refactoring/introduceProperty/stringTemplates/brokenEscapeEntry.kt
T

6 lines
127 B
Kotlin
Vendored

// EXTRACTION_TARGET: property with initializer
val a = 1
fun foo(): String {
return "<selection>abc$a\</selection>ndef"
}