jeffscottbrown commented on issue #14130:
URL: https://github.com/apache/grails-core/issues/14130#issuecomment-2797761549

   A slightly more simple scenario:
   
   ```groovy
   class Demo<T> {
       private static final Closure<T> closure = { T v -> v }
   }
   ```
   
   That compiles with Groovy 3.0.21 and 3.0.22 and not with 3.0.23.


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