blob: d8a8fe0d9578d52a364e33c725ad560361d93fa5 [file] [log] [blame]
//renaming I.m to k
package p;
interface I{
void k();
}
interface I2{
void m();
}