FIR: Add missing iterator function to array types in IrBuiltInsOverFir
Fixes part of KT-57627
This commit is contained in:
committed by
Space Team
parent
c695da1bed
commit
37bbf447a3
@@ -0,0 +1,7 @@
|
||||
// FIR_IDENTICAL
|
||||
// DUMP_EXTERNAL_CLASS: kotlin/Array
|
||||
// DUMP_EXTERNAL_CLASS: kotlin/IntArray
|
||||
// DUMP_EXTERNAL_CLASS: kotlin/collections/IntIterator
|
||||
// TARGET_BACKEND: JVM_IR
|
||||
|
||||
val test = IntArray(1).iterator()
|
||||
Reference in New Issue
Block a user