Kapt: Support type parameters in asMemberOf() (KT-13804)
(cherry picked from commit 0d97d73)
This commit is contained in:
committed by
Yan Zhulanow
parent
415acfbd05
commit
e04f834a0e
+10
@@ -0,0 +1,10 @@
|
||||
annotation class Anno
|
||||
|
||||
@Anno
|
||||
interface Intf<T>
|
||||
|
||||
open class Base<T> : Intf<T> {
|
||||
fun factory() = Base<CharSequence>()
|
||||
}
|
||||
|
||||
class Impl : Base<String>()
|
||||
Reference in New Issue
Block a user