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