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