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