aboutsummaryrefslogtreecommitdiff
path: root/test/pretty/resource
diff options
context:
space:
mode:
Diffstat (limited to 'test/pretty/resource')
-rw-r--r--test/pretty/resource/after/Interfaces.java7
-rw-r--r--test/pretty/resource/before/Interfaces.java7
2 files changed, 14 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();
+}
diff --git a/test/pretty/resource/before/Interfaces.java b/test/pretty/resource/before/Interfaces.java
new file mode 100644
index 00000000..c8a5cca4
--- /dev/null
+++ b/test/pretty/resource/before/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();
+}