Welcome to mirror list, hosted at ThFree Co, Russian Federation.

java-record-space-before-components « t4018 « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9827f22583bab07d1abbc4c8001e27ee214d5d36 (plain)
1
2
3
4
5
6
public record RIGHT (String components, String after, String space) {
    static int ONE;
    static int TWO;
    static int THREE;
    static int ChangeMe;
}