// "Remove statement" "true-preview" class Test { void test(int x) { if(x > -5) { System.out.println("ok"); } } }