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