aboutsummaryrefslogtreecommitdiff
path: root/test/pretty/resource/before/Interfaces.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/pretty/resource/before/Interfaces.java')
-rw-r--r--test/pretty/resource/before/Interfaces.java8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/pretty/resource/before/Interfaces.java b/test/pretty/resource/before/Interfaces.java
index c8a5cca4..360657ff 100644
--- a/test/pretty/resource/before/Interfaces.java
+++ b/test/pretty/resource/before/Interfaces.java
@@ -1,5 +1,13 @@
@SuppressWarnings("all")
interface Interfaces {
+ enum Ranks {
+ CLUBS,
+ HEARTS,
+ DIAMONDS,
+ SPADES;
+ }
+ ;
+ ;
int x = 10;
void y();
public static final int a = 20;