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