//RUNTIME // ALLOW_UNRESOLVED package a fun f(c: Int, b: List) { val r = arrayListOf() r.addAll(b) val x = c }