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 */