Home | History | Annotate | Download | only in testdata
      1 === nested/Test.java ===
      2 package nested;
      3 
      4 public class Test {
      5   public static class Inner {
      6   }
      7 }
      8