blob: 4eb559ce720e927c8d9af1acfedaa7d12759b278 [file] [log] [blame]
// PSI_ELEMENT: com.intellij.psi.PsiMethod
// OPTIONS: usages
public class UnaryNot {
public UnaryNot <caret>not() {
return this;
}
}