//can't rename I.m to k
package p;
interface I{
	void m();
	void k();
}