Analysis API: Don't resolve references to @Deprecated(HIDDEN)
declarations.
This commit is contained in:
committed by
TeamCityServer
parent
41a1fa25e2
commit
7425986bf0
@@ -0,0 +1,8 @@
|
||||
// UNRESOLVED_REFERENCE
|
||||
|
||||
@Deprecated("don't use i", level = DeprecationLevel.HIDDEN)
|
||||
val i: Int = 1
|
||||
|
||||
fun test() {
|
||||
<caret>i
|
||||
}
|
||||
Reference in New Issue
Block a user