Kapt: JeTypeElement getInterfaces() and getSuperClass() should provide reference type mirrors
(cherry picked from commit 5f50ab6)
This commit is contained in:
committed by
Yan Zhulanow
parent
cd44540965
commit
ebcc762ae9
@@ -0,0 +1,6 @@
|
||||
@Deprecated("")
|
||||
class A : B<Int>(), C<Int>
|
||||
|
||||
open class B<T>
|
||||
|
||||
interface C<T> {}
|
||||
Reference in New Issue
Block a user