// "Replace '=' with '=='" "true" class Test { void f(int a) { if (a == 0) {} } }