Merge branch 'pw/wildmatch-fixes'
[git.git] / t / t4018 / java-record-type-parameters
blobf62a035cc8aaa5f75a344f7bd59e13ab5cec3394
1 public record RIGHT<A, N extends Number>(A comp1, N comp2, int comp3) {
2     static int ONE;
3     static int TWO;
4     static int THREE;
5     static int ChangeMe;