// "Simplify boolean expression" "true-preview" class X { void f(boolean b) { if (b == false) return; } }