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