This is an automated email from the ASF dual-hosted git repository.
emilles pushed a change to branch GROOVY_4_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git
from 7e53af5ae9 GROOVY-10624: add test case
new f10d24690a GROOVY-10266: add test case
new 83bca9c6d8 GROOVY-10092: STC: cannot assign `boolean` to non-`boolean`
primitives
new a3fb16ecdb GROOVY-10342: STC: type parameter can accept parameterized
return values
The 3 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:
.../transform/stc/StaticTypeCheckingSupport.java | 79 ++++++++++++----------
.../transform/stc/StaticTypeCheckingVisitor.java | 11 ++-
src/test/groovy/transform/stc/BugsSTCTest.groovy | 13 ++--
.../groovy/transform/stc/GenericsSTCTest.groovy | 51 +++++++++++++-
4 files changed, 105 insertions(+), 49 deletions(-)