blob: 1b0053a335ef5453597ae3f2cbb95ccea6259da6 [file] [log] [blame]
package test528;
import static test.TestConstants.A;
public class A {
public void someMethod() {
int x = 0;
if (x == 0) {
//Do something
}
}
}