package b; import a.A; class J { void foo() { A.B b = new A.B(); } }