blob: 7d763a1c5783708c0f86bc212dfb12b1650e4d6e [file] [log] [blame]
//can't rename I.m to k
package p;
interface I{
void m();
void k();
}