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