repo.or.cz
/
git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ci: avoid building from the same commit in parallel
[git.git]
/
t
/
t4018
/
java-record
blob
97aa819dd861fe2028242527f4ccb5499c7af3b2
1
public record RIGHT(int comp1, double comp2, String comp3) {
2
static int ONE;
3
static int TWO;
4
static int THREE;
5
static int ChangeMe;
6
}