The sixth batch
[git/gitster.git] / t / t4018 / java-sealed-permits
blob18dd4894cff0d46b8ae0a8bce94359578574c3cc
1 public abstract sealed class RIGHT permits PermittedA, PermittedB {
2     static int ONE;
3     static int TWO;
4     static int THREE;
5     private int ChangeMe;