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