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