git/t/t4018/java-sealed-permits

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