blob: 0446166926a3bcf86d275c7c23c087b401131916 [file]
// RUN_PIPELINE_TILL: FRONTEND
// FILE: a.kt
annotation class annotation
// FILE: test/b.kt
package test
@test.<!NOT_AN_ANNOTATION_CLASS!>annotation<!> class annotation
// FILE: other/c.kt
package other
annotation class My
@test.<!NOT_AN_ANNOTATION_CLASS!>annotation<!> class Your
@My class Our
/* GENERATED_FIR_TAGS: annotationDeclaration, classDeclaration */