//renaming I.m to k package p; class A implements I{ public void k(){}; } interface I { void k(); }