// "Remove 'if' statement" "true-preview" class X { int m(String s) { if (s.equals("abc")) { } return 1; } }