]> git.ipfire.org Git - thirdparty/git.git/blob - t/t4018/java-sealed-permits
The seventh batch
[thirdparty/git.git] / t / t4018 / java-sealed-permits
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;
6 }