Files
kotlin/idea/testData/codeInsight/surroundWith/stringTemplate/singleExpression.kt
2013-02-18 17:00:34 +04:00

4 lines
60 B
Kotlin
Vendored

fun foo() {
val a = "ddd"
<selection>a</selection>
}