Code & Deploy
Code
Models
Repos
Sign in
@leroysheep
/
CrazyWebTemps
CrazyWebTemps
/
t
/
t4018
/
java-record-space-before-components
Code
Commits
Pulls
CI/CD
82,027
next
bisect
jch
maint
master
next
seen
test
todo
text
6 lines
159 Bytes
Copy permalink
Copy
Raw
1
public record RIGHT (String components, String after, String space) {
2
static int ONE;
3
static int TWO;
4
static int THREE;
5
static int ChangeMe;
6
}