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