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.