Files
kotlin-fork/idea/testData/codeInsight/surroundWith/when/singleExpression.kt.after
T
2014-05-16 17:10:02 +04:00

9 lines
110 B
Plaintext

fun foo() {
val a = "aa"
when (a) {
<caret> -> {
}
else -> {
}
}
}