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