mirror of
https://github.com/tiennm99/lombok.git
synced 2026-09-02 06:20:45 +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:
@@ -3,7 +3,6 @@ enum Ranks {
|
||||
HEARTS,
|
||||
DIAMONDS,
|
||||
SPADES;
|
||||
;
|
||||
}
|
||||
enum Complex {
|
||||
RED("ff0000"),
|
||||
|
||||
@@ -6,8 +6,6 @@ interface Interfaces {
|
||||
DIAMONDS,
|
||||
SPADES;
|
||||
}
|
||||
;
|
||||
;
|
||||
int x = 10;
|
||||
void y();
|
||||
int a = 20;
|
||||
|
||||
Reference in New Issue
Block a user