The sixth batch
[git/gitster.git] / t / t4018 / java-class-type-parameters
blob579aa7af2109960ac5344db04f41fcc645d5f58b
1 class RIGHT<A, B> {
2     static int ONE;
3     static int TWO;
4     static int THREE;
5     private A ChangeMe;