paulk-asert commented on pull request #1671: URL: https://github.com/apache/groovy/pull/1671#issuecomment-1012804336
Given that the `ImportNode` is _slightly_ mutable, via `setType`, you would need to reset the `hashCode` cache in the `setType` method, or not cache, but just resetting should be fine. -- 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]
