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