package p;
interface B{

	static int m(){ return 1;}
}