summaryrefslogtreecommitdiff
path: root/test/files/pos/t4402/Bar.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t4402/Bar.java')
-rw-r--r--test/files/pos/t4402/Bar.java7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/files/pos/t4402/Bar.java b/test/files/pos/t4402/Bar.java
deleted file mode 100644
index edc00a5fd1..0000000000
--- a/test/files/pos/t4402/Bar.java
+++ /dev/null
@@ -1,7 +0,0 @@
-package other;
-
-public class Bar extends test.Foo {
- void createMeSth(test.Foo.Inner aaa) {
- aaa.hello();
- }
-}