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