Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
260e8dfd39d86c4c5db834113ee010d647f3995e
/
.
/
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 */