This is an automated email from the ASF dual-hosted git repository.
emilles pushed a change to branch GROOVY_3_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git
from a4b35c3fe2 GROOVY-10700: STC: non-static (not just default)
interface/trait methods
new e820f2dfc1 GROOVY-10757: STC: don't write inference metadata to
`PropertyNode`
new 00f460f7c4 GROOVY-10637: SC: parameterized return type for getter
method
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:
.../VariableExpressionTransformer.java | 89 ++++++++++++++--------
.../transform/stc/StaticTypeCheckingVisitor.java | 14 ++--
.../transform/stc/ConstructorsSTCTest.groovy | 10 +--
.../groovy/transform/stc/GenericsSTCTest.groovy | 1 -
src/test/groovy/transform/stc/MyBean.java | 13 ++--
5 files changed, 75 insertions(+), 52 deletions(-)