[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
@@ -8,6 +8,6 @@ open class Base {
class Derived : Base() {
<!UNRESOLVED_REFERENCE!>@<!UNRESOLVED_REFERENCE!>Foo<!>
@<!UNRESOLVED_REFERENCE!>Foo<!>
fun foo() = 42
}