package p; import q.S; import q.T; final class Secondary { void f(){ S s= new S(); } void g(){ T t= new T(); } }