mirror of
https://github.com/tiennm99/lombok.git
synced 2026-05-28 08:21:35 +00:00
Replace val with native final var in Java >= 10
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
// version :9
|
||||
//issue 694: In javac, resolving the RHS (which is what val does) can cause an entire class to be resolved, breaking all usage of val inside that class. This tests that we handle that better.
|
||||
class ValWithLocalClasses1 {
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user