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:
Reinier Zwitserloot
2012-10-25 00:08:02 +02:00
parent d2808d407a
commit cec7dfd190
3 changed files with 3 additions and 4 deletions
-1
View File
@@ -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;