Fiouz opened a new pull request #1455: URL: https://github.com/apache/groovy/pull/1455
40ee3fd0c19530b4308c7c1b3e30abd4d45ed54a replaced an invocation of `ScriptBytecodeAdapter.setGroovyObjectProperty()` into an invocation of the generated `pfaccess$0*` mutator method. Contrary to `setGroovyObjectProperty()`, the mutator method has a return value, which ends up pushed to the operand stack. This commit discards the value being pushed to the stack by pop'ing it. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
