package p;
interface A{
	public static final int i= 0;
	int j= 1;
	void m();
}