]> git.ipfire.org Git - thirdparty/git.git/blob - t/t4018/java-enum-constant
The seventh batch
[thirdparty/git.git] / t / t4018 / java-enum-constant
1 private enum RIGHT {
2 ONE,
3 TWO,
4 THREE,
5 ChangeMe
6 }