rsc
rsc copied to clipboard
Parse error on empty enum with semicolon
enum E {
;
}
E.java:2: error: identifier expected but ; found
;
^