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 5176ea3155 GROOVY-10143: super trait field access
new 496748a118 GROOVY-6022, GROOVY-10636: STC: closure(s) for variadic
parameter
new 74baecf4b3 minor edits
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 +-
.../groovy/ast/ClassCodeVisitorSupport.java | 1 +
.../transform/stc/StaticTypeCheckingVisitor.java | 143 +++++++++++----------
.../stc/ClosureParamTypeInferenceSTCTest.groovy | 14 ++
.../groovy/transform/stc/ClosuresSTCTest.groovy | 19 ++-
.../groovy/transform/stc/DelegatesToSTCTest.groovy | 45 +++++++
6 files changed, 154 insertions(+), 79 deletions(-)