// FIR_IDENTICAL // FIR_COMPARISON fun test(p: Pair) { if (p.first is String && p.first is Int) { p.first.len } } // ELEMENT: length