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