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