summaryrefslogtreecommitdiffstats
path: root/tests/bugs151/pr125295/pkg/C.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs151/pr125295/pkg/C.java')
-rw-r--r--tests/bugs151/pr125295/pkg/C.java9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/bugs151/pr125295/pkg/C.java b/tests/bugs151/pr125295/pkg/C.java
new file mode 100644
index 000000000..c03c02777
--- /dev/null
+++ b/tests/bugs151/pr125295/pkg/C.java
@@ -0,0 +1,9 @@
+package pkg;
+
+public class C {
+
+ public void foo(int i, Object o) {
+
+ }
+
+}