groovy-core
groovy-core copied to clipboard
GROOVY-4941: Static methods cannot be called during AST transformation v...
trafficstars
...ia AstBuilder.buildFromSpec()
Just capturing as a PR the suggestion from Masato Nagai. I wasn't sure how to handle cast and constructorCall. I handled parameter by making a non-Map version. Probably needs some duplication removed before merging.