[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
// FILE: annotations.kt
|
||||
@Target(AnnotationTarget.CLASS)
|
||||
public annotation class ClassAnn
|
||||
|
||||
@Target(AnnotationTarget.FILE)
|
||||
public annotation class FileAnn
|
||||
|
||||
// FILE: 1.kt
|
||||
@file:ClassAnn
|
||||
|
||||
// FILE: 2.kt
|
||||
@file:FileAnn
|
||||
Reference in New Issue
Block a user