[Fir2Ir] Introduce testing with IrFakeOverrideBuilder

^KT-61514
This commit is contained in:
Pavel Kunyavskiy
2023-08-28 15:09:22 +02:00
committed by Space Team
parent bf9cae6410
commit 91e96e9f31
58 changed files with 54467 additions and 7 deletions
@@ -1,4 +1,5 @@
// DUMP_IR
// IGNORE_CODEGEN_WITH_IR_FAKE_OVERRIDE_GENERATION: KT-61386
fun <T> select(a: T, b: T) : T = a
@@ -1,6 +1,7 @@
// TARGET_BACKEND: JVM
// IGNORE_BACKEND_K1: ANY
// DUMP_IR
// IGNORE_CODEGEN_WITH_IR_FAKE_OVERRIDE_GENERATION: KT-61386
// K1_STATUS: java.lang.AssertionError: There is still an unbound symbol after generation of IR module <main>
fun <T> select(a: T, b: T) : T = a