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,7 @@
|
||||
Checked type of u1
|
||||
Checked type of u2
|
||||
Resolved !u1
|
||||
Searched references to UnaryNot
|
||||
Searched references to UnaryNot.not() in non-Java files
|
||||
Searched references to u1 in non-Java files
|
||||
Searched references to u2 in non-Java files
|
||||
Reference in New Issue
Block a user