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