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