[FIR] Don't report duplicated UNRESOLVED_REFERENCE on annotation entries
This commit is contained in:
+1
-1
@@ -8,6 +8,6 @@ open class Base {
|
||||
|
||||
class Derived : Base() {
|
||||
|
||||
<!UNRESOLVED_REFERENCE!>@<!UNRESOLVED_REFERENCE!>Foo<!>
|
||||
@<!UNRESOLVED_REFERENCE!>Foo<!>
|
||||
fun foo() = 42
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user