[FIR] Don't report duplicated UNRESOLVED_REFERENCE on annotation entries

This commit is contained in:
Mikhail Glukhikh
2020-08-03 11:02:26 +03:00
parent a6e811a67a
commit 8fd087a964
12 changed files with 24 additions and 21 deletions
@@ -6,7 +6,7 @@ annotation class annotation
package test
<!UNRESOLVED_REFERENCE!>@test.annotation<!> class annotation
@test.annotation class annotation
// FILE: other/c.kt
@@ -14,6 +14,6 @@ package other
annotation class My
<!UNRESOLVED_REFERENCE!>@test.annotation<!> class Your
@test.annotation class Your
@My class Our