Kapt: Support inherited annotations
(cherry picked from commit 02a3e6b)
This commit is contained in:
committed by
Yan Zhulanow
parent
9d340e1b83
commit
8c4fb0a709
@@ -0,0 +1,12 @@
|
||||
@java.lang.annotation.Inherited
|
||||
annotation class Anno
|
||||
|
||||
@Anno
|
||||
open class Base
|
||||
|
||||
class Impl : Base()
|
||||
|
||||
@Anno
|
||||
interface Intf
|
||||
|
||||
class IntfImpl : Intf
|
||||
Reference in New Issue
Block a user