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