Sign in
googlers
/
jrn
/
git
/
48440f60a730b93b2a39449a69cb56db5e7114c7
/
.
/
t
/
t4018
/
java-record
blob: 97aa819dd861fe2028242527f4ccb5499c7af3b2 [
file
] [
log
] [
blame
]
public
record RIGHT
(
int
comp1
,
double
comp2
,
String
comp3
)
{
static
int
ONE
;
static
int
TWO
;
static
int
THREE
;
static
int
ChangeMe
;
}