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 {
Abbreviation(Object o)5 public Abbreviation(Object o) {
6 }
7 }
8
9