package p;
public class A{
	public static int[] f;
	public void n(){
		f[0]= 0;
		A.f[0]= 0;
		p.A.f[0]= 0;
	}
}