Home | History | Annotate | Download | only in tests
      1 package annotator.tests;
      2 
      3 public class FieldMultiple {
      4   public Integer foo, bar;
      5   public Integer i, d;
      6 }
      7