Sign in
code
/
git
/
721c9e5ce7c6fa4e1a33490f5e5a81eeee814021
/
.
/
t
/
t4018
/
java-class-type-parameters
blob: 579aa7af2109960ac5344db04f41fcc645d5f58b [
file
] [
log
] [
blame
]
class
RIGHT
<
A
,
B
>
{
static
int
ONE
;
static
int
TWO
;
static
int
THREE
;
private
A
ChangeMe
;
}