<@U282LGMGR> ``` fun a(vararg a:String) {} //ca...
# announcements
s
@redrield
Copy code
fun a(vararg a:String) {}

//call
a(*arrayOf("a","b","c"))