f255f2a1e0
Avoid resolving references when we know from context that a reference at given location can't resolve to a PsiMethod.
8 lines
150 B
Java
Vendored
8 lines
150 B
Java
Vendored
// PSI_ELEMENT: com.intellij.psi.PsiMethod
|
|
// OPTIONS: usages
|
|
public class UnaryNot {
|
|
public UnaryNot <caret>not() {
|
|
return this;
|
|
}
|
|
}
|