]> git.ipfire.org Git - thirdparty/git.git/blob - t/t4018/java-sealed-type-parameters-implements-permits
Merge branch 'eg/config-type-path-docfix'
[thirdparty/git.git] / t / t4018 / java-sealed-type-parameters-implements-permits
1 public abstract sealed class RIGHT<A, B> implements List<A> permits PermittedA, PermittedB {
2 static int ONE;
3 static int TWO;
4 static int THREE;
5 private int ChangeMe;
6 }