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