diff options
Diffstat (limited to 'tests/bugs152/pr130722/test/Test.java')
-rw-r--r-- | tests/bugs152/pr130722/test/Test.java | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/bugs152/pr130722/test/Test.java b/tests/bugs152/pr130722/test/Test.java new file mode 100644 index 000000000..35f80ec40 --- /dev/null +++ b/tests/bugs152/pr130722/test/Test.java @@ -0,0 +1,11 @@ +package test; + + +public class Test { + + public void foo() { + + } +} + + |