package test528; import static test.TestConstants.A; public class A { public void someMethod() { int x = 0; if(x == 0) { //Do something } } }