aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/before/WithOnRecordComponent.java
blob: d8461b8b32fd9cdc637bf66df1d0f4845177ce60 (plain)
1
2
3
4
5
6
// version 14:

import lombok.With;

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