Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
2.4.0-rc-1
-
None
-
None
Description
If you write something like this:
enum FooEnum {
foo,
@Deprecated bar,
baz,
blah
}
Then the generated enum misses all constants after foo. There's no compilation error (and it should pass), but constants are just missing.
Attachments
Issue Links
- is related to
-
GROOVY-7342 last enum value is hidden if annotated
- Closed