eric-milles opened a new pull request #1680: URL: https://github.com/apache/groovy/pull/1680
In the case of a binary trait, a helper method may have the varargs modifier (same as transient for a field). This change removes that before the transient modifier check that was added in Groovy 4 (GROOVY-10140). I'm concerned this may be an issue elsewhere. It may be possible to clear the modifier in the class decompiler; not sure if the modifier is important to the Groovy model. https://issues.apache.org/jira/browse/GROOVY-10467 https://issues.apache.org/jira/browse/GROOVY-10140 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@groovy.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org