mirror of
https://github.com/tiennm99/lombok.git
synced 2026-05-28 00:26:04 +00:00
added unit tests that confirmed break before the i694 fix and work afterwards.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
class ValWithLocalClasses1 {
|
||||
{
|
||||
lombok.val f2 = new ValWithLocalClasses2() {};
|
||||
}
|
||||
}
|
||||
|
||||
class ValWithLocalClasses2 {
|
||||
{
|
||||
lombok.val f3 = 0;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user