blob: 8040304f7298d76b9d7588ed9507ad00ef38e838 [file] [log] [blame]
package p;
//renaming A.m to k
class A {
private void k(){}
}
class B {
void m(){}
}