diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2014-05-04 10:33:55 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2014-05-04 10:33:55 +0200 |
commit | 7079271802176caea4404fc7c80b4656346a2402 (patch) | |
tree | 18053476d31bce4d655dc4ff807067ae01772537 /test/transform/resource/before/ValInTryWithResources.java | |
parent | e890428077e48f8dcf14928267d506a0c1d36abf (diff) | |
download | lombok-7079271802176caea4404fc7c80b4656346a2402.tar.gz lombok-7079271802176caea4404fc7c80b4656346a2402.tar.bz2 lombok-7079271802176caea4404fc7c80b4656346a2402.zip |
thoroughly updated the launch targets for testing lombok in eclipse;
they should now be able to handle running JDK8 etc tests.
CAREFUL: You MUST name your JDK8 'JavaSE-1.8' or it won't work.
Also added a basic test for JDK8 features.
Diffstat (limited to 'test/transform/resource/before/ValInTryWithResources.java')
-rw-r--r-- | test/transform/resource/before/ValInTryWithResources.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/transform/resource/before/ValInTryWithResources.java b/test/transform/resource/before/ValInTryWithResources.java index 780e1c71..a7820062 100644 --- a/test/transform/resource/before/ValInTryWithResources.java +++ b/test/transform/resource/before/ValInTryWithResources.java @@ -1,4 +1,4 @@ -//version 7 +//version 7: import lombok.val; import java.io.IOException; |