// FIR_IDENTICAL // !DIAGNOSTICS: -UNUSED_VARIABLE, -UNUSED_PARAMETER fun Int.mod(other: Int) = 10 fun Int.floorDiv(other: Int): Int = 20 const val a1 = (-5).mod(2) const val b1 = 5.floorDiv(3)