Files
kotlin-fork/compiler/testData/diagnostics/tests/annotations/withUseSiteTarget/diagnosticWithoutPackageWithSimpleAnnotation.fir.kt
T

8 lines
108 B
Kotlin
Vendored

@file:foo
@foo @bar
@file: baz
fun test() {}
annotation class foo
annotation class bar
annotation class baz