eric-milles opened a new pull request #1657: URL: https://github.com/apache/groovy/pull/1657
https://github.com/apache/groovy/commit/1cff465ee4eaa159192cbade013033af0b38be04 provides the necessary direct targets for this optimization. `a !in b` is transformed into `b == null ? a != null : b.isNotCase(a)` instead of `ScriptBytecodeAdapter.isNotCase(a,b)` https://issues.apache.org/jira/browse/GROOVY-10383 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
