IR: keep flexible type annotations when building fake overrides

#KT-61751 Fixed
This commit is contained in:
Alexander Udalov
2023-09-05 19:06:58 +02:00
committed by Space Team
parent 2b8bcfda94
commit 9f9287fb2e
16 changed files with 25 additions and 16 deletions
@@ -1,6 +1,5 @@
// TARGET_BACKEND: JVM
// WITH_STDLIB
// IGNORE_CODEGEN_WITH_IR_FAKE_OVERRIDE_GENERATION: KT-61751
// FILE: removeAtBridgeClashWithJava.kt
abstract class AJALI : JavaAbstractList<Int>()