fun test(a: IntArray) { foo(a.spread) } fun foo(vararg args: Int) {}