[FIR2IR] Add pre-caching of built-in classes to avoid their duplications
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
// !LANGUAGE: +AllowBreakAndContinueInsideWhen
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
|
||||
fun testFor() {
|
||||
val xs = IntArray(10) { i -> i }
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
// !LANGUAGE: +AllowBreakAndContinueInsideWhen
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
|
||||
fun testFor() {
|
||||
val xs = IntArray(10) { i -> i }
|
||||
|
||||
-1
@@ -1,4 +1,3 @@
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
// KJS_WITH_FULL_RUNTIME
|
||||
// WITH_RUNTIME
|
||||
|
||||
|
||||
-1
@@ -1,4 +1,3 @@
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
// KJS_WITH_FULL_RUNTIME
|
||||
// WITH_RUNTIME
|
||||
|
||||
|
||||
Reference in New Issue
Block a user