aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs153/pr153490/Goo.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs153/pr153490/Goo.java')
-rw-r--r--tests/bugs153/pr153490/Goo.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/bugs153/pr153490/Goo.java b/tests/bugs153/pr153490/Goo.java
new file mode 100644
index 000000000..f68367947
--- /dev/null
+++ b/tests/bugs153/pr153490/Goo.java
@@ -0,0 +1,6 @@
+public class Goo {
+
+ public static void main(String[] args) {
+ C.A.TestType pre = C.A.TestType.Pre;
+ }
+}