]> git.ipfire.org Git - thirdparty/git.git/blame - t/t4018/java-sealed-type-parameters-implements-permits
The seventh batch
[thirdparty/git.git] / t / t4018 / java-sealed-type-parameters-implements-permits
CommitLineData
93d52ed0
AR
1public 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}