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