Files
kotlin/idea/testData/refactoring/extractFunction/stringTemplates/brokenEntryWithBlockExpr.kt

3 lines
82 B
Kotlin
Vendored

fun foo(param: Int): String {
return "<selection>abc${pa</selection>ram}def"
}