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