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