package p;
//initialize in method
class A{
	static void f(){
		int j= 0, i= 0;
	}
}