eric-milles opened a new pull request #1130: GROOVY-9327: handle STC for AIC in non-STC class but STC method URL: https://github.com/apache/groovy/pull/1130 https://issues.apache.org/jira/browse/GROOVY-9327 `visitClass` usually processes inner classes. However, when specific methods are annotated for STC/SC, `visitClass` is not executed (see org.codehaus.groovy.transform.StaticTypesTransformation#visit). In this case, `visitClass(anonType)` must be driven and the metadata that `visitClass` would normally set must be provided.
---------------------------------------------------------------- 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] With regards, Apache Git Services
