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

3 lines
82 B
Kotlin
Vendored

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