[FIR] Don't report duplicated UNRESOLVED_REFERENCE on annotation entries
This commit is contained in:
+1
-1
@@ -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<!>
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user