NoArg: Add compiler plugin
This commit is contained in:
committed by
Yan Zhulanow
parent
6abde4223b
commit
e626b121ad
@@ -0,0 +1,10 @@
|
||||
annotation class NoArg
|
||||
|
||||
@NoArg
|
||||
annotation class MyAnno
|
||||
|
||||
@MyAnno
|
||||
interface Base
|
||||
|
||||
@MyAnno
|
||||
class Test(a: String) : Base
|
||||
Reference in New Issue
Block a user