Optimize isReferenceTo() when searching for PsiMethod usages
Avoid resolving references when we know from context that a reference at given location can't resolve to a PsiMethod.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
fun unaryClient() {
|
||||
val u1 = UnaryNot()
|
||||
val u2 = !u1
|
||||
}
|
||||
Reference in New Issue
Block a user