blob: 39e113fbb4e92d3f4b660867ef2ac0952d78d64e [file] [log] [blame]
//rename to j
package p;
interface A{
void m(int j);
}