// FIR_IDENTICAL class R fun f(): R = R() operator fun Int.plusAssign(y: R) {} fun box() { 1 += f() }