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