Files
kotlin-fork/compiler/testData/psi/annotation/targeted/onFile/withoutPackageWithSimpleAnnotation.kt
T
Denis Zharkov 02aafe4262 Report syntax error on unescaped annotation
Also adjust parser testData
2015-09-18 09:34:26 +03:00

5 lines
44 B
Kotlin
Vendored

@file:foo
@foo @bar
@file: baz
fun foo() {}