aboutsummaryrefslogtreecommitdiff
path: root/test/pretty/resource/after
diff options
context:
space:
mode:
Diffstat (limited to 'test/pretty/resource/after')
-rw-r--r--test/pretty/resource/after/Interfaces.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/pretty/resource/after/Interfaces.java b/test/pretty/resource/after/Interfaces.java
new file mode 100644
index 00000000..c8a5cca4
--- /dev/null
+++ b/test/pretty/resource/after/Interfaces.java
@@ -0,0 +1,7 @@
+@SuppressWarnings("all")
+interface Interfaces {
+ int x = 10;
+ void y();
+ public static final int a = 20;
+ public abstract void b();
+}