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