mirror of
https://github.com/tiennm99/lombok.git
synced 2026-08-14 08:25:44 +00:00
Empty statements no longer being printed to be consistent with Javac7 which seems to just remove these from the AST entirely.
This commit is contained in:
@@ -6,8 +6,6 @@ interface Interfaces {
|
||||
DIAMONDS,
|
||||
SPADES;
|
||||
}
|
||||
;
|
||||
;
|
||||
int x = 10;
|
||||
void y();
|
||||
int a = 20;
|
||||
|
||||
Reference in New Issue
Block a user