More annotation generation for declarations with test cases
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
@file:A("File annotation")
|
||||
package test
|
||||
|
||||
@Target(AnnotationTarget.FILE)
|
||||
annotation class A(val x: String)
|
||||
Reference in New Issue
Block a user