git/t/t4018/java-enum-constant

private enum RIGHT {
    ONE,
    TWO,
    THREE,
    ChangeMe
}