fun function(vararg a: Int) {} fun call() { function(1, 2, 3) }