Files
kotlin-fork/compiler/testData/diagnostics/tests/annotations/AnnotationForObject.kt
T

4 lines
164 B
Kotlin
Vendored

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