Git 2.42.2
[git.git] / t / t4018 / java-sealed-type-parameters-permits
blob25a0da6442e83aac7c25407f52822263db1fccc1
1 public abstract sealed class RIGHT<A, B> permits PermittedA, PermittedB {
2     static int ONE;
3     static int TWO;
4     static int THREE;
5     private int ChangeMe;