blob: c7cc090e7f4563b1dd31acd9acfee701d9b30771 [file] [log] [blame]
//rename to j
package p;
abstract class A{
abstract void m(int j);
}