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