Home | History | Annotate | Download | only in tests
      1 package annotator.tests;
      2 
      3 import java.util.List;
      4 
      5 public class FieldGenericArray {
      6   @InsideArray List<@GenericType Integer> @OuterMostType [] field;
      7 }
      8