// "Invert 'if' condition" "true" class A { public boolean foo() { if (n<caret>ull) return false; else return true; } }