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,7 @@
|
||||
class A {
|
||||
private val i: Int = 1
|
||||
}
|
||||
|
||||
fun test(a: A) {
|
||||
a.<caret>i
|
||||
}
|
||||
Reference in New Issue
Block a user