blob: 97f71c32f32279c9ad65e89f266ca68437db06f6 [file] [log] [blame]
fun foo(vararg x: Byte) {}
fun bar() {
foo(*<caret>byteArrayOf(1))
}