// "Merge sequential 'if' statements" "true-preview" class ImplicitOr { void liability() { /*equivocal*/ if (true || true) { System.out.println(); // atavistic return; } /*indubious*/ // vestigial } }