// "Remove 'if' statement" "true-preview" class X { int m(String s) { for (int i = 0; i < 100; i++) { } return 1; } }