package test2; import test.A.B; class Test { B.C foo() { return new B.C(); } }