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

6 lines
75 B
Kotlin
Vendored

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