[ObjCExport] Translate superClass and superClass generics for class and objects
^KT-65384 Verification Pending
This commit is contained in:
committed by
Space Team
parent
c22149c642
commit
5b11308d1b
+4
@@ -0,0 +1,4 @@
|
||||
abstract class A<T1, T2>
|
||||
interface I<T>
|
||||
|
||||
object Foo : A<Int, String>(), I<String>
|
||||
Reference in New Issue
Block a user