//nothing to rename
package p;
abstract class A{
	/*[*/abstract void m(int i, int j);/*]*/
}