Files
kotlin-fork/idea/testData/quickfix/when/beforeNoElseInWhenWithoutBranches.kt
T

6 lines
93 B
Kotlin

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