Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
codeInsight
/
postfix
/
spreadIntArray.kt
blob: c65e9330d44c27a84dc0a13de5639d0141d13868 [
file
]
fun test
(
a
:
IntArray
)
{
foo
(
a
.
spread
<caret>
)
}
fun foo
(
vararg args
:
Int
)
{}