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

20 lines
215 B
Kotlin
Vendored

package bar
@file:foo
val prop
@file:[bar baz]
fun func() {}
@file:[baz]
class C
<!SYNTAX!>@file:<!>
interface T
@file:[<!SYNTAX!><!>]
interface T
annotation class foo
annotation class bar
annotation class baz