summaryrefslogtreecommitdiff
path: root/test/pending/pos/t7778/Foo_1.java
blob: 65431ffd464ada758cd3183f9a7ab77af9e315ad (plain) (blame)
1
2
3
4
5
6
import java.util.concurrent.Callable;

public abstract class Foo_1<T> implements Callable<Foo_1<Object>.Inner> {
    public abstract class Inner {
    }
}