package p;
public class A{
	public static A F;
	A i(){
		return this;
	}
}