// FIR_IDENTICAL fun List<*>.toArray(ar: Array): Array = ar fun testArrays(ci : List) { ci.toArray(x) }