[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// !CHECK_TYPE
|
||||
|
||||
fun foo(arr: Array<Int>?) {
|
||||
for (x in arr!!) {
|
||||
checkSubtype<Array<Int>>(arr)
|
||||
}
|
||||
checkSubtype<Array<Int>>(arr)
|
||||
}
|
||||
Reference in New Issue
Block a user