// FIR_IDENTICAL fun Number.convert(): R = TODO() fun foo(arg: Number) { } fun runMe(args: Array) { val x: Int = 0 foo(x.convert()) }