jdaugherty opened a new issue, #15191:
URL: https://github.com/apache/grails-core/issues/15191
### Issue description
The following code worked in Grails 6 on a class annotated with
`@CompileStatic`
@CacheEvict(value = "apiTokens", key = { token })
void deleteByToken(String token) {
In Grails 7, this fails with:
[Static type checking] - The variable [token] is undeclared.
--
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]