Files
kotlin/compiler/testData/diagnostics/tests/annotations/AnnotationForObject.kt
2016-03-24 16:44:58 +03:00

3 lines
147 B
Kotlin
Vendored

// Check that there won't be "Rewrite at slice ANNOTATION key" exception - EA-36935
@<!UNRESOLVED_REFERENCE!>someErrorAnnotation<!> object Test {
}