Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
2.4.3
-
None
Description
When using joint compilation, if an Groovy enum has defined an abstract method, the groovyc generated stub is marked as abstract, which then fails to compile because the abstract modifier is not allowed on enums.
error: modifier abstract not allowed here public abstract enum Foo