blob: d3cb7ef42addecf3b14e0e22a8f670d7b598247c [file] [log] [blame]
//renaming A.m to k
package p;
class A{
void m(){}
static {
new A().m();
}
}