// "Remove statement" "true-preview" class Test { void test(int x) { if(x > 0) //comment {} } }