aboutsummaryrefslogtreecommitdiff
path: root/test/pretty/resource/after/Annotation.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/pretty/resource/after/Annotation.java')
-rw-r--r--test/pretty/resource/after/Annotation.java9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/pretty/resource/after/Annotation.java b/test/pretty/resource/after/Annotation.java
new file mode 100644
index 00000000..006af03e
--- /dev/null
+++ b/test/pretty/resource/after/Annotation.java
@@ -0,0 +1,9 @@
+@SuppressWarnings("all")
+class Annotation {
+ @Override
+ public String toString() {
+ return super.toString();
+ }
+ public void method(@SuppressWarnings("unused") int x) {
+ }
+} \ No newline at end of file