Files

6 lines
82 B
Kotlin
Vendored

fun function(vararg a: Int) {}
fun call() {
<expr>function(1, 2, 3)</expr>
}