[FIR] Introduce NOT_AN_ANNOTATION_CLASS diagnostic

This commit is contained in:
Mikhail Glukhikh
2020-08-03 11:25:20 +03:00
parent 8fd087a964
commit 2e2099afae
11 changed files with 40 additions and 42 deletions
@@ -1,19 +0,0 @@
// FILE: a.kt
annotation class annotation
// FILE: test/b.kt
package test
@test.annotation class annotation
// FILE: other/c.kt
package other
annotation class My
@test.annotation class Your
@My class Our