diff options
Diffstat (limited to 'tests/bugs151/atDecp/case3/Mood.java')
-rw-r--r-- | tests/bugs151/atDecp/case3/Mood.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/bugs151/atDecp/case3/Mood.java b/tests/bugs151/atDecp/case3/Mood.java new file mode 100644 index 000000000..9d0591b6f --- /dev/null +++ b/tests/bugs151/atDecp/case3/Mood.java @@ -0,0 +1,3 @@ +package moody; + +public enum Mood { HAPPY, SAD, JOLLY, GRUMPY } |