Sign in
googlers
/
jrn
/
git
/
6c6ddf92d511c423b8b54fb1b01d563b6f4c58f7
/
.
/
t
/
t4018
/
java-record-space-before-components
blob: 9827f22583bab07d1abbc4c8001e27ee214d5d36 [
file
] [
log
] [
blame
]
public
record RIGHT
(
String
components
,
String
after
,
String
space
)
{
static
int
ONE
;
static
int
TWO
;
static
int
THREE
;
static
int
ChangeMe
;
}