// "Simplify boolean expression" "true" class X { void f() { if ((!(!((boolean)true)) ==(true))) { //sdf } } }