mirror of
https://github.com/tiennm99/lombok.git
synced 2026-05-27 22:26:17 +00:00
Fixed issues with val in inner classes, and re-enabled a test that caught it that we ignored earlier.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// ignore
|
||||
// issue 205: val inside anonymous inner classes is a bit tricky in javac, this test ensures we don't break it.
|
||||
import java.util.*;
|
||||
import lombok.val;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user