[ObjCExport] Translate superClass and superClass generics for class and objects

^KT-65384 Verification Pending
This commit is contained in:
Sebastian Sellmair
2024-02-07 10:49:42 +01:00
committed by Space Team
parent c22149c642
commit 5b11308d1b
15 changed files with 224 additions and 83 deletions
@@ -0,0 +1,4 @@
abstract class A<T1, T2>
interface I<T>
object Foo : A<Int, String>(), I<String>