You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to GroovyLint
Does anyone know how to add a warning during an AST Transformation?
There is an addWarning method on the ErrorCollector class, but it
requires a CSTNode, and I don't know where to get one. All I have is
ASTNodes.