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