// PSI_ELEMENT: com.intellij.psi.PsiMethod // OPTIONS: usages public class UnaryNot { public UnaryNot <caret>not() { return this; } }