Files
kotlin/compiler/testData/diagnostics/tests/annotations/AnnotationForObject.kt
2015-09-08 12:11:30 +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 {
}