diff options
Diffstat (limited to 'test/pretty/resource/after/Interfaces.java')
-rw-r--r-- | test/pretty/resource/after/Interfaces.java | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/pretty/resource/after/Interfaces.java b/test/pretty/resource/after/Interfaces.java index c5008f2b..b620e038 100644 --- a/test/pretty/resource/after/Interfaces.java +++ b/test/pretty/resource/after/Interfaces.java @@ -1,5 +1,13 @@ @SuppressWarnings("all") interface Interfaces { + enum Ranks { + CLUBS, + HEARTS, + DIAMONDS, + SPADES; + } + ; + ; int x = 10; void y(); int a = 20; |