1 2 3 4 5 6 7 8 9 10 11
// Test to ensure that private inner classes are ok. public class inner_priv { private class K { int z; } K foo; }