37bbf447a3
Fixes part of KT-57627
8 lines
210 B
Kotlin
Vendored
8 lines
210 B
Kotlin
Vendored
// 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()
|