mirror of
https://github.com/tiennm99/lombok.git
synced 2026-05-27 20:25:27 +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,3 +1,4 @@
|
||||
//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 {
|
||||
{
|
||||
lombok.val f2 = new ValWithLocalClasses2() {};
|
||||
|
||||
Reference in New Issue
Block a user