6 lines
93 B
Kotlin
6 lines
93 B
Kotlin
// "Add else branch" "true"
|
|
fun test() {
|
|
val a = 12
|
|
val x = wh<caret>en (a) {
|
|
}
|
|
} |