// FIR_IDENTICAL interface Inv fun Inv.reduce2(): S = null!! fun test(a: Inv): Int { val b = 1 + a.reduce2() return b }