mirror of
https://github.com/git/git
synced 2024-11-05 18:59:29 +00:00
7 lines
164 B
Text
7 lines
164 B
Text
|
public abstract sealed class RIGHT<A, B> permits PermittedA, PermittedB {
|
||
|
static int ONE;
|
||
|
static int TWO;
|
||
|
static int THREE;
|
||
|
private int ChangeMe;
|
||
|
}
|