5 lines
67 B
Plaintext
Vendored
5 lines
67 B
Plaintext
Vendored
fun test(a: IntArray) {
|
|
foo(*a)
|
|
}
|
|
|
|
fun foo(vararg args: Int) {} |