git/t/t4018/java-record

7 lines
150 B
Plaintext

public record RIGHT(int comp1, double comp2, String comp3) {
static int ONE;
static int TWO;
static int THREE;
static int ChangeMe;
}