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

3 lines
50 B
Kotlin
Vendored

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