summaryrefslogtreecommitdiffstats
path: root/tests/bugs169/pr308773/Zzz.java
blob: 752e3aedab5bda050285e4b01abd19b16a32090d (plain)
1
2
3
4
5
6
public abstract class Zzz<E> extends Middle<E> {
    void removeAll() {  
        IteratorImpl it = new IteratorImpl();
        it.hhh();
    }
}