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