blob: fcfc86fcccb429e78810af910d67752e04f4d165 [file] [log] [blame]
//renaming I.m to k
package p;
class A{
public void m(){};
}
interface I {
void k();
}