summaryrefslogtreecommitdiff
path: root/test/pending/pos/t7778/Foo_1.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/pending/pos/t7778/Foo_1.java')
-rw-r--r--test/pending/pos/t7778/Foo_1.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/pending/pos/t7778/Foo_1.java b/test/pending/pos/t7778/Foo_1.java
new file mode 100644
index 0000000000..65431ffd46
--- /dev/null
+++ b/test/pending/pos/t7778/Foo_1.java
@@ -0,0 +1,6 @@
+import java.util.concurrent.Callable;
+
+public abstract class Foo_1<T> implements Callable<Foo_1<Object>.Inner> {
+ public abstract class Inner {
+ }
+}