6 lines
122 B
Kotlin
Vendored
6 lines
122 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
@file:A("File annotation")
|
|
package test
|
|
|
|
@Target(AnnotationTarget.FILE)
|
|
annotation class A(val x: String) |