blob: b2d353db96607f36e7af36c3171450d6e6f5a763 [file]
fun test(a: IntArray) {
foo(*a)
}
fun foo(vararg args: Int) {}