7b2a66c006
Related to KT-20492
6 lines
131 B
Plaintext
Vendored
6 lines
131 B
Plaintext
Vendored
// ERROR: 'when' expression must be exhaustive, add necessary 'else' branch
|
|
// WITH_RUNTIME
|
|
fun test() {
|
|
val x = when {
|
|
}
|
|
} |