blob: 4c211164b71ed8e5cc7f7bc7ff9a19e124928c72 [file] [log] [blame]
//renaming A.m to kk
package p;
public class A {
void kk(int m){}
}
class B extends A{
void m(boolean m){}
}