Files
kotlin-fork/compiler/testData/ir/irText/declarations/annotations/fileAnnotations.kt
T

5 lines
105 B
Kotlin
Vendored

@file:A("File annotation")
package test
@Target(AnnotationTarget.FILE)
annotation class A(val x: String)