[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
@@ -0,0 +1,6 @@
|
||||
open class A<T1, T2>
|
||||
|
||||
interface I1<T>
|
||||
interface I2<T>
|
||||
|
||||
class Foo<T> : I1<T>, I2<String>, A<T, String>()
|
||||
Reference in New Issue
Block a user