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 f2d3aace3b GROOVY-11229: limit scope of `instanceof` variable
new c33c9c98b0 GROOVY-11600: inner enum, trait, record, interface or
annotation: static
new e87063ff20 GROOVY-11600: no implicit outer class argument on inner
record ctor call
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 | 11 ++++------
.../java/org/codehaus/groovy/antlr/EnumHelper.java | 2 +-
.../org/codehaus/groovy/ast/InnerClassNode.java | 8 ++++---
.../org/codehaus/groovy/classgen/EnumVisitor.java | 2 --
.../groovy/classgen/InnerClassVisitorHelper.java | 5 +++--
.../transform/trait/TraitASTTransformation.java | 3 ++-
src/test/gls/innerClass/InnerClassTest.groovy | 25 ++++++++++++++++++++++
.../transform/stc/ConstructorsSTCTest.groovy | 16 ++++++++++++++
8 files changed, 56 insertions(+), 16 deletions(-)