Raw
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 }