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

8 lines
109 B
Kotlin
Vendored

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