aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/before/WithOnRecord.java
blob: 99e77630bd6a9306ab1d48c3b44767b7835961ce (plain)
1
2
3
4
5
6
7
// version 14:

import lombok.With;

@With
public record WithOnRecord(String a, String b) {
}