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
View File
@@ -1,5 +1,4 @@
// TARGET_BACKEND: JVM
// IGNORE_CODEGEN_WITH_IR_FAKE_OVERRIDE_GENERATION: KT-61751
// WITH_STDLIB
// FILE: Fn.java
public interface Fn<T, R> {