//rename to j
package p;
interface A{
	void m(int j);
}