//renaming I.m to k package p; interface I extends I2{ void m(); } interface I2{ void m(); }