// !CHECK_TYPE fun test(a: Array) { val b = a.toList() b checkType { _>() } }