[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
@@ -3,7 +3,7 @@
fun f() {
<!LOCAL_ANNOTATION_CLASS_ERROR!>annotation class Anno<!>
<!UNRESOLVED_REFERENCE!>@Anno<!> class Local {
@Anno class Local {
<!LOCAL_ANNOTATION_CLASS_ERROR!>annotation class Nested<!>
}
}