diff options
Diffstat (limited to 'tests/bugs1810/259416/RGB.java')
-rw-r--r-- | tests/bugs1810/259416/RGB.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/bugs1810/259416/RGB.java b/tests/bugs1810/259416/RGB.java new file mode 100644 index 000000000..04d4e9474 --- /dev/null +++ b/tests/bugs1810/259416/RGB.java @@ -0,0 +1,3 @@ +public enum RGB { + RED, GREEN, BLUE; +} |