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