Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
inspectionsLocal
/
removeRedundantSpreadOperator
/
byteArrayOf.kt
blob: 97f71c32f32279c9ad65e89f266ca68437db06f6 [
file
] [
log
] [
blame
]
fun foo
(
vararg x
:
Byte
)
{}
fun bar
()
{
foo
(*<
caret
>
byteArrayOf
(
1
))
}