Sign in
code
/
git
/
d8af7cadaa79d5837d73ec949e10b57dedb43e9b
/
.
/
t
/
t4018
/
java-sealed-permits
blob: 18dd4894cff0d46b8ae0a8bce94359578574c3cc [
file
]
public
abstract
sealed
class
RIGHT permits
PermittedA
,
PermittedB
{
static
int
ONE
;
static
int
TWO
;
static
int
THREE
;
private
int
ChangeMe
;
}