package test; class Test { void test() { pkg s0; pkg.Sub1 s1; pkg.sub.Sub2 s2; } public static class pkg { } // an unfortunate name }