aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs172/pr399590/two/Cage.java
blob: 7cdc1af6427360e927042028531bdb9f60520b01 (plain)
1
2
3
4
5
6
7
8
9
class Animal<T,Q> { }

class Bar {}

class Intf {}

public class Cage<T extends Animal<? extends Cage<T,Intf>,Intf>,Q> extends Bar { }