[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
fun f(a: Array<out Number>) = a.isArrayOf<Int>()
|
||||
|
||||
fun f1(a: Array<out Number>) = a is Array<*>
|
||||
|
||||
fun f2(a: Array<out Number>) = a is Array<Int>
|
||||
Reference in New Issue
Block a user