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