[ObjCExport] Fix interface implementing interface
KT-66380
This commit is contained in:
committed by
Space Team
parent
f18d00e6f0
commit
aaea1d6af2
+1
-1
@@ -6,4 +6,4 @@ interface Foo {
|
||||
|
||||
interface Bar : Foo {
|
||||
override fun someMethodWithCovariantOverwrite(): String = ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user