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:
committed by
TeamCityServer
parent
7425986bf0
commit
b8ed46066e
+2
-2
@@ -9,7 +9,7 @@ object A {
|
||||
}
|
||||
|
||||
fun test() {
|
||||
takeString(<!ARGUMENT_TYPE_MISMATCH!>A <!INVISIBLE_REFERENCE!>%<!> 123<!>)
|
||||
takeString(<!ARGUMENT_TYPE_MISMATCH!>A <!UNRESOLVED_REFERENCE!>%<!> 123<!>)
|
||||
}
|
||||
|
||||
fun takeString(s: String) {}
|
||||
fun takeString(s: String) {}
|
||||
|
||||
Reference in New Issue
Block a user