paulk-asert commented on pull request #1292: URL: https://github.com/apache/groovy/pull/1292#issuecomment-662474763
We are checking for synthetic/bridge only on the overriding method (`overridingMethod`) not parent method (`oldMethod`): https://github.com/apache/groovy/blob/GROOVY_2_5_X/src/main/java/org/codehaus/groovy/classgen/Verifier.java#L1347 I'll have to trace through whether the bridge method is getting passed through as `oldMethod`. ---------------------------------------------------------------- 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]
