// "Simplify boolean expression" "true" class A { void foo(int x) { boolean a = x <= 5; } }