// "Invert 'if' condition" "true" class A { public boolean foo() { if (null) return false; else return true; } }