FIR: Change diagnostic for ConeHiddenCandidate to UNRESOLVED_REFERENCE.

The KDoc for @Deprecated states that DeprecationLevel.HIDDEN usages
should look like unresolved references.
This commit is contained in:
Mark Punzalan
2021-09-24 00:12:55 +00:00
committed by TeamCityServer
parent 7425986bf0
commit b8ed46066e
10 changed files with 53 additions and 76 deletions
@@ -107,8 +107,8 @@ fun use(
setterDeprecated.p
setterDeprecated.p <!DEPRECATION!>=<!> 1
hiddenDeprecated.<!INVISIBLE_REFERENCE!>p<!>
hiddenDeprecated.<!INVISIBLE_REFERENCE!>p<!> = 1
hiddenDeprecated.<!UNRESOLVED_REFERENCE!>p<!>
hiddenDeprecated.<!UNRESOLVED_REFERENCE!>p<!> = 1
wd.p
wd.p = 1
@@ -132,5 +132,5 @@ fun use(
ned.p = 1
diff.<!DEPRECATION_ERROR!>p<!>
diff.<!INVISIBLE_REFERENCE!>p<!> = 1
diff.<!UNRESOLVED_REFERENCE!>p<!> = 1
}