FIR: Add missing iterator function to array types in IrBuiltInsOverFir

Fixes part of KT-57627
This commit is contained in:
Steven Schäfer
2022-11-15 18:50:32 +01:00
committed by Space Team
parent c695da1bed
commit 37bbf447a3
13 changed files with 265 additions and 15 deletions
@@ -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()