diff options
Diffstat (limited to 'tests/bugs153/pr153490/Foo.java')
-rw-r--r-- | tests/bugs153/pr153490/Foo.java | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/bugs153/pr153490/Foo.java b/tests/bugs153/pr153490/Foo.java new file mode 100644 index 000000000..d6643e152 --- /dev/null +++ b/tests/bugs153/pr153490/Foo.java @@ -0,0 +1,7 @@ +public class Foo { + + public static void main(String[] args) { + A.TestType pre = A.TestType.Pre; + } + +} |