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