Home | History | Annotate | Download | only in tests
      1 package annotator.tests;
      2 
      3 public class FieldSimpleArray {
      4   @java.lang.UnderInitialization Integer @java.lang.Tainted [] field;
      5 }
      6