Sign in
code
/
git
/
f65182a99e545d2f2bc22e6c1c2da192133b16a3
/
.
/
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
;
}