package test1;
import static p.A.PI;
public class B {
	public void foo() {
		double pi= PI;
	}
}
