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