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