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

4 lines
72 B
Kotlin
Vendored

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