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

3 lines
77 B
Kotlin
Vendored

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