aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/pos/t2940/Cycle.java
blob: eef6c23b5ee86c4d21a91d9485df10604d950264 (plain) (blame)
1
2
3
public interface Cycle<T extends Cycle<?>> {
    void doStuff();
}