Sign in
code
/
git
/
f65182a99e545d2f2bc22e6c1c2da192133b16a3
/
.
/
t
/
t4018
/
java-interface-type-parameters
blob: a4baa1ae681c5ce3d7928e29e6bb5a1b0c6ae3f5 [
file
]
interface
RIGHT
<
A
,
B
>
{
static
int
ONE
;
static
int
TWO
;
static
int
THREE
;
public
B foo
(
A
ChangeMe
);
}