[ObjCExport] Fix interface implementing interface

KT-66380
This commit is contained in:
eugene.levenetc
2024-03-06 16:12:29 +01:00
committed by Space Team
parent f18d00e6f0
commit aaea1d6af2
5 changed files with 77 additions and 4 deletions
@@ -6,4 +6,4 @@ interface Foo {
interface Bar : Foo {
override fun someMethodWithCovariantOverwrite(): String = ""
}
}