git/t/t4018/java-class-type-parameters

class RIGHT<A, B> {
    static int ONE;
    static int TWO;
    static int THREE;
    private A ChangeMe;
}