[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
import java.lang.annotation.Retention
|
||||
import java.lang.annotation.Target
|
||||
import java.lang.annotation.*
|
||||
|
||||
@java.lang.annotation.Retention(RetentionPolicy.CLASS)
|
||||
annotation class my
|
||||
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
@Target(ElementType.ANNOTATION_TYPE, ElementType.CONSTRUCTOR)
|
||||
annotation class my1
|
||||
Reference in New Issue
Block a user