package p;
class A {
	B target = new B();
	public void methodToStay() { };
}