// "Simplify boolean expression" "true" class X { void f(boolean b, boolean c) { if (b && c) return; } }