Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
codeInsight
/
postfix
/
spread.kt
blob: 4fb17351a3fa8ee9f3b80d924338c9f94fc7909f [
file
] [
log
] [
blame
]
fun test
(
list
:
List
<
String
>)
{
foo
(
list
.
toTypedArray
().
spread
<caret>
)
}
fun foo
(
vararg args
:
String
)
{}