// FIR_IDENTICAL fun ff(l: Any) = when(l) { is MutableList -> 1 else 2 }