summaryrefslogtreecommitdiff
path: root/tests/055-enum-performance/src/otherpackage/OtherPackagePublicEnum.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/055-enum-performance/src/otherpackage/OtherPackagePublicEnum.java')
-rw-r--r--tests/055-enum-performance/src/otherpackage/OtherPackagePublicEnum.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/055-enum-performance/src/otherpackage/OtherPackagePublicEnum.java b/tests/055-enum-performance/src/otherpackage/OtherPackagePublicEnum.java
new file mode 100644
index 0000000..4ef4d78
--- /dev/null
+++ b/tests/055-enum-performance/src/otherpackage/OtherPackagePublicEnum.java
@@ -0,0 +1,7 @@
+package otherpackage;
+
+public enum OtherPackagePublicEnum {
+ ZERO, ONE, TWO, THREE, FOUR, FIVE, SIX, SEVEN, EIGHT, NINE,
+ TEN, ELEVEN, TWELVE, THIRTEEN, FOURTEEN, FIFTEEN, SIXTEEN,
+ SEVENTEEN, EIGHTEEN, NINETEEN;
+}