-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
val inside Java7 try-with-resources does not work with Javac #555
Comments
👤 andrii.rubtsov 🕗 May 20, 2013 at 11:32 UTC What steps will reproduce the problem? public class ValInsideTryWithResources { What is the expected output? What do you see instead? What version of the product are you using? On what operating system? |
👤 askoning 🕗 May 20, 2013 at 15:06 UTC Confirmed in 0.11.7 with commandline javac (OpenJDK 1.7.0_15). |
👤 reinierz 🕗 May 23, 2013 at 23:04 UTC Good catch (heh). We fixed it and it'll be in the next major lombok release. If you can't wait, there's an edge release that has the bug fixed: https://projectlombok.org/download-edge.html |
👤 andrii.rubtsov 🕗 May 28, 2013 at 11:31 UTC Thanks for prompt reaction |
End of migration |
Migrated from Google Code (issue 520)
The text was updated successfully, but these errors were encountered: