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

6 lines
128 B
Kotlin
Vendored

// EXTRACTION_TARGET: property with initializer
val prop = 1
fun foo(): String {
return "<selection>abc$pr</selection>op"
}