// FIR_IDENTICAL fun someFun() { when { is SomeClass, is OtherClass } val x = 0 when { x == 1, x == 2 -> {} } }