Sign in
googlers
/
jrn
/
git
/
f5b2af06f55c0f21ae0199be5fe120f2cccd698b
/
.
/
t
/
t4018
/
java-class-type-parameters-implements
blob: b8038b1866846b70685cb5e1a818a0043e238bfc [
file
] [
log
] [
blame
]
class
RIGHT
<
A
,
B
>
implements
List
<
A
>
{
static
int
ONE
;
static
int
TWO
;
static
int
THREE
;
private
A
ChangeMe
;
}