// IS_APPLICABLE: false fun Int.xxx(p: Int) = 1 fun foo(x: Int) { x.xxx(1) }