Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
161333d3e7d13dd98386fe346a71a07eadfe4756
/
.
/
compiler
/
testData
/
diagnostics
/
testsWithStdLib
/
arrayInLocal.kt
blob: 976aea435937dc2025269ac4b9d2e03f83a58ec6 [
file
]
// RUN_PIPELINE_TILL: BACKEND
fun foo
()
{
fun convert
(
vararg paths
:
String
):
Array
<
String
>
=
paths
.
toList
().
toTypedArray
()
convert
(
"1"
,
"2"
,
"3"
)
}
/* GENERATED_FIR_TAGS: functionDeclaration, localFunction, outProjection, stringLiteral, vararg */