aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs150/pr99125/p/I.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs150/pr99125/p/I.java')
-rw-r--r--tests/bugs150/pr99125/p/I.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/bugs150/pr99125/p/I.java b/tests/bugs150/pr99125/p/I.java
new file mode 100644
index 000000000..fbbd7ace4
--- /dev/null
+++ b/tests/bugs150/pr99125/p/I.java
@@ -0,0 +1,6 @@
+package p;
+public interface I {
+
+ void foo();
+
+} \ No newline at end of file