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