Sign in
code
/
git
/
2beccb38fccb1f5a0cf709e1dcd6f5970b123c7e
/
.
/
t
/
t4018
/
java-non-sealed
blob: 069087c1c66045b470ddfdab243acbe86c50fbd9 [
file
]
public
abstract
sealed
class
SealedClass
{
public
static
non
-
sealed
class
RIGHT
extends
SealedClass
{
static
int
ONE
;
static
int
TWO
;
static
int
THREE
;
private
int
ChangeMe
;
}
}