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