blob: 90cf333c58c5d173293d9c1a92398f94b536ad00 [file]
// RUN_PIPELINE_TILL: FRONTEND
// FIR_IDENTICAL
fun foo() {}
val x: Unit? = <!NO_ELSE_IN_WHEN!>when<!> ("A") {
"B" -> foo()
}
/* GENERATED_FIR_TAGS: equalityExpression, functionDeclaration, nullableType, propertyDeclaration, stringLiteral,
whenExpression, whenWithSubject */