[FIR2IR] Add pre-caching of built-in classes to avoid their duplications
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
fun box(): String {
|
||||
val x = Array<Int>(5, { it } ).iterator()
|
||||
var i = 0
|
||||
|
||||
Reference in New Issue
Block a user