Sign in
code
/
git
/
c8a641c5904bc55807d4bbed035ab03dbd6c10ba
/
.
/
t
/
t4018
/
java-sealed-type-parameters
blob: e6530c47c32f3ec6ee231e480553b2c887494a21 [
file
]
public
abstract
sealed
class
RIGHT
<
A
,
B
>
{
static
int
ONE
;
static
int
TWO
;
static
int
THREE
;
private
int
ChangeMe
;
}