aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/before/ValWithSelfRefGenerics.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/transform/resource/before/ValWithSelfRefGenerics.java')
-rw-r--r--test/transform/resource/before/ValWithSelfRefGenerics.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/transform/resource/before/ValWithSelfRefGenerics.java b/test/transform/resource/before/ValWithSelfRefGenerics.java
index d0532606..fdb30d32 100644
--- a/test/transform/resource/before/ValWithSelfRefGenerics.java
+++ b/test/transform/resource/before/ValWithSelfRefGenerics.java
@@ -1,3 +1,4 @@
+// version :9
import lombok.val;
public class ValWithSelfRefGenerics {
public void run(Thing<? extends Comparable<?>> thing, Thing<?> thing2, java.util.List<? extends Number> z) {