blob: 069087c1c66045b470ddfdab243acbe86c50fbd9 [file] [log] [blame]
public abstract sealed class SealedClass {
public static non-sealed class RIGHT extends SealedClass {
static int ONE;
static int TWO;
static int THREE;
private int ChangeMe;
}
}