blob: 1f312fae517b623efe8300563188edcb5400c005 [file]
// FIR_IDENTICAL
// CHECK_TYPE
fun test(a: Array<out String>) {
val b = a.toList()
b checkType { _<List<String>>() }
}