Sign in
googlers
/
jrn
/
git
/
f5b2af06f55c0f21ae0199be5fe120f2cccd698b
/
.
/
t
/
t4018
/
java-record-type-parameters
blob: f62a035cc8aaa5f75a344f7bd59e13ab5cec3394 [
file
] [
log
] [
blame
]
public
record RIGHT
<
A
,
N
extends
Number
>(
A comp1
,
N comp2
,
int
comp3
)
{
static
int
ONE
;
static
int
TWO
;
static
int
THREE
;
static
int
ChangeMe
;
}