]> git.ipfire.org Git - thirdparty/git.git/blame - t/t4018/java-class-type-parameters
The seventh batch
[thirdparty/git.git] / t / t4018 / java-class-type-parameters
CommitLineData
39226a8d
AR
1class RIGHT<A, B> {
2 static int ONE;
3 static int TWO;
4 static int THREE;
5 private A ChangeMe;
6}