aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/before/ValComplex.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/transform/resource/before/ValComplex.java')
-rw-r--r--test/transform/resource/before/ValComplex.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/transform/resource/before/ValComplex.java b/test/transform/resource/before/ValComplex.java
index 5f718003..c2e53011 100644
--- a/test/transform/resource/before/ValComplex.java
+++ b/test/transform/resource/before/ValComplex.java
@@ -1,3 +1,5 @@
+import lombok.val;
+
public class ValComplex {
private ValSimple field = new ValSimple();
private static final int CONSTANT = 20;