Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6f1fbe2c8085532ef2fa66bf26fdf2b04c5cca97
/
.
/
compiler
/
fir
/
analysis-tests
/
testData
/
resolveWithStdlib
/
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 */