blob: bd6e6d3582194657c41bf94682706e7d7eab50ca [file] [log] [blame]
public abstract sealed class RIGHT<A, B> implements List<A> permits PermittedA, PermittedB {
static int ONE;
static int TWO;
static int THREE;
private int ChangeMe;
}