xenoterracide
deepanshu
fun foo() { val array = ByteArray(5) bar(*array) } fun bar(vararg byte: Byte) { }