blob: c65e9330d44c27a84dc0a13de5639d0141d13868 [file]
fun test(a: IntArray) {
foo(a.spread<caret>)
}
fun foo(vararg args: Int) {}