blob: b7b65dc6c999906d18b2ad7df0921c6d301bd524 [file] [log] [blame]
package p;
public class A{
public static A f;
public void n(){
f= null;
A.f= null;
p.A.f= null;
}
}