Files
kotlin-fork/compiler/testData/psi/annotation/targeted/onFile/fileAnnotationInWrongPlace.kt
T
2015-09-22 15:00:24 +02:00

16 lines
125 B
Kotlin
Vendored

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