Files
kotlin-fork/idea/testData/codeInsight/surroundWith/when/singleExpression.kt
T
Natalia.Ukhorskaya 654fa09fff Add when surrounder
2013-02-18 17:00:39 +04:00

4 lines
59 B
Kotlin

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