git/t/t4018/java-sealed-type-parameters...

7 lines
164 B
Plaintext

public abstract sealed class RIGHT<A, B> permits PermittedA, PermittedB {
static int ONE;
static int TWO;
static int THREE;
private int ChangeMe;
}