aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/after-ecj/WithOnRecord.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/transform/resource/after-ecj/WithOnRecord.java')
-rw-r--r--test/transform/resource/after-ecj/WithOnRecord.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/transform/resource/after-ecj/WithOnRecord.java b/test/transform/resource/after-ecj/WithOnRecord.java
index 5ab8d6ac..2b24147a 100644
--- a/test/transform/resource/after-ecj/WithOnRecord.java
+++ b/test/transform/resource/after-ecj/WithOnRecord.java
@@ -1,3 +1,4 @@
+// version 14:
import lombok.With;
@With record WithOnRecord(String a, String b) {
/* Implicit */ private final String a;