fun foo(vararg xs: String) { } fun bar(ys: Array) { foo(*arrayOf(*ys, "zzz")) }