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

6 lines
122 B
Kotlin
Vendored

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