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