// "Merge with the next 'if' using ||" "true" class ImplicitOr { void liability() { /*equivocal*/ if (true || true) { System.out.println(); // atavistic return; } /*indubious*/ // vestigial } }