aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/pos/t4402/Foo.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/untried/pos/t4402/Foo.java')
-rw-r--r--tests/untried/pos/t4402/Foo.java8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/untried/pos/t4402/Foo.java b/tests/untried/pos/t4402/Foo.java
new file mode 100644
index 000000000..585a5e0a2
--- /dev/null
+++ b/tests/untried/pos/t4402/Foo.java
@@ -0,0 +1,8 @@
+package test;
+
+public abstract class Foo {
+ protected interface Inner {
+ public void hello();
+ }
+}
+