Home | History | Annotate | Download | only in tests
      1 // Try to add annotations from different packages that have the same
      2 // name.  Results should be the same whether _abbreviate_ is set to true
      3 // or to false.
      4 class Abbreviation {
      5   public Abbreviation(Object o) {
      6   }
      7 }
      8 
      9