// FIR_IDENTICAL fun test() { val p: Array = arrayOf("a") foo(*p) } fun foo(vararg a: String?) = a