summaryrefslogtreecommitdiff
path: root/t/t4018/java-class-type-parameters-implements
blob: b8038b1866846b70685cb5e1a818a0043e238bfc (plain)
1
2
3
4
5
6
class RIGHT<A, B> implements List<A> {
    static int ONE;
    static int TWO;
    static int THREE;
    private A ChangeMe;
}