1=== nested/Test.java === 2package nested; 3 4public class Test { 5 public static class Inner1 { 6 } 7 public static class Inner2 { 8 } 9} 10