summaryrefslogtreecommitdiff
path: root/java/java-tests/testData/codeInsight/template/postfix/templates/null/singleExclamationIgnored_after.java
blob: 1334be6b7029d51926f649e2769103e7f8479e7e (plain)
1
2
3
4
5
public class Foo {
  void m(Object o) {
    !.null  <caret>
  }
}