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