rsc icon indicating copy to clipboard operation
rsc copied to clipboard

Parse error on empty enum with semicolon

Open wiwa opened this issue 6 years ago • 0 comments

enum E {
 ;
}
E.java:2: error: identifier expected but ; found
 ;
 ^

wiwa avatar Jun 16 '19 21:06 wiwa