Kapt: JeTypeElement getInterfaces() and getSuperClass() should provide reference type mirrors

(cherry picked from commit 5f50ab6)
This commit is contained in:
Yan Zhulanow
2016-08-23 19:50:08 +03:00
committed by Yan Zhulanow
parent cd44540965
commit ebcc762ae9
3 changed files with 34 additions and 2 deletions
@@ -0,0 +1,6 @@
@Deprecated("")
class A : B<Int>(), C<Int>
open class B<T>
interface C<T> {}