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