eric-milles commented on PR #2311:
URL: https://github.com/apache/groovy/pull/2311#issuecomment-3373805680

   One of the related problems from Grails (see GormEntityTransformation) is 
this:
   ```groovy
   if (classNode instanceof InnerClassNode || classNode.isEnum())
   ```
   
   The second occurrence of `classNode` gets cast to `InnerClassNode` due to 
improper or handling (see GROOVY-7971).


-- 
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]

Reply via email to