This is an automated email from the ASF dual-hosted git repository.
emilles pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git
from f30c96b7a7 fix typo
new 9278d262a0 GROOVY-10811: `final` or `abstract` is implicit for an
`enum` definition
new 634ce6b09d GROOVY-10811: error for explicit `super(...)` call in
`enum` constructor
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../apache/groovy/parser/antlr4/AstBuilder.java | 2 -
.../java/org/codehaus/groovy/antlr/EnumHelper.java | 26 +++++--------
.../groovy/classgen/ClassCompletionVerifier.java | 2 +
.../org/codehaus/groovy/classgen/EnumVisitor.java | 43 +++++++++++++++------
src/test/gls/enums/EnumTest.groovy | 45 ++++++++++++++++++++++
src/test/groovy/bugs/GroovyInnerEnumBug.groovy | 21 +++++-----
.../ASTTransformationCustomizerTest.groovy | 6 +--
7 files changed, 102 insertions(+), 43 deletions(-)