зеркало из https://github.com/microsoft/git.git
9 строки
218 B
Plaintext
9 строки
218 B
Plaintext
|
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;
|
||
|
}
|
||
|
}
|