// !CHECK_TYPE fun foo(arr: Array?) { for (x in arr!!) { checkSubtype>(arr) } checkSubtype>(arr) }