twitter / rsc

Experimental Scala compiler focused on compilation speed
Apache License 2.0
1.24k stars 54 forks source link

Parse error on empty enum with semicolon #445

Open wiwa opened 5 years ago

wiwa commented 5 years ago
enum E {
 ;
}
E.java:2: error: identifier expected but ; found
 ;
 ^