This is an automated email from the ASF dual-hosted git repository.
sunlan pushed a change to branch GROOVY_4_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git
from 152a1b3e9b Trivial refactoring: extract constants
new 78b813c9a5 Bump codecov/codecov-action from 3 to 5
new 9ce26b0eb3 GROOVY-10381: No compiler error for class that implements
interfaces with duplicated default methods
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:
.github/workflows/groovy-build-coverage.yml | 5 +-
.../org/codehaus/groovy/classgen/Verifier.java | 30 ++++
src/test/groovy/bugs/Groovy10381.groovy | 199 +++++++++++++++++++++
3 files changed, 233 insertions(+), 1 deletion(-)
create mode 100644 src/test/groovy/bugs/Groovy10381.groovy