Files
kotlin-fork/idea/testData/quickfix/when/beforeNoElseInWhenWithoutBranches.kt
T
2012-10-25 18:55:52 +04:00

6 lines
85 B
Kotlin

// "Add else branch" "true"
fun test() {
val a = 12
wh<caret>en (a) {
}
}