package p;
/** typecomment template*/
public class As {
	void f(){
		A a= A.getA();
		a.m1();
	}
}