aboutsummaryrefslogtreecommitdiff
path: root/annotation-file-utilities/tests/Abbreviation.java
diff options
context:
space:
mode:
Diffstat (limited to 'annotation-file-utilities/tests/Abbreviation.java')
-rw-r--r--annotation-file-utilities/tests/Abbreviation.java8
1 files changed, 8 insertions, 0 deletions
diff --git a/annotation-file-utilities/tests/Abbreviation.java b/annotation-file-utilities/tests/Abbreviation.java
new file mode 100644
index 0000000..6f4a893
--- /dev/null
+++ b/annotation-file-utilities/tests/Abbreviation.java
@@ -0,0 +1,8 @@
+// Try to add annotations from different packages that have the same
+// name. Results should be the same whether _abbreviate_ is set to true
+// or to false.
+class Abbreviation {
+ public Abbreviation(Object o) {
+ }
+}
+