blob: 2c8869795583de0d6f9f7f558b5a28b9d656c9e0 [file]
// FIR_IDENTICAL
fun foo() {}
val x: Unit? = <!NO_ELSE_IN_WHEN!>when<!> ("A") {
"B" -> foo()
}