1 @SuppressWarnings("unused") 2 public class VisibleTop2 { 3 public int pub; 4 protected int pro; 5 private int pri; 6 int pack; 7 } 8