Merge branch 'cp/git-flush-is-an-env-bool'
[alt-git.git] / t / t4018 / java-record
blob97aa819dd861fe2028242527f4ccb5499c7af3b2
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;