[FIR2IR] Load builtin classes instead of creating them on the fly

This change uncovered KT-61282, which was hidden because of incorrect
  module fragments used as parent for builtin classes
This commit is contained in:
Dmitriy Novozhilov
2023-08-17 11:24:39 +03:00
committed by Space Team
parent f95ed2b588
commit 3f2e996803
9 changed files with 723 additions and 1225 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
// TARGET_BACKEND: JVM
// IGNORE_BACKEND_K2: JVM_IR
// Ignore reason: KT-61282
// FULL_JDK
import java.nio.CharBuffer
@@ -1,4 +1,6 @@
// TARGET_BACKEND: JVM
// IGNORE_BACKEND_K2: JVM_IR
// Ignore reason: KT-61282
// MODULE: lib
// FILE: CharBuffer.java