package p;
//initialize in method
class A{
	private static int i;

	static void f(){
		int j= 0;
		i= 0;
		int k;
	}
}