summaryrefslogblamecommitdiff
path: root/test/files/pos/t2940/Cycle.java
blob: eef6c23b5ee86c4d21a91d9485df10604d950264 (plain) (tree)
1
2
3


                                            
public interface Cycle<T extends Cycle<?>> {
    void doStuff();
}