Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Cleanup groovy parser - Remove `def` check for visitTypeTree - Remove unnecessary RedundantDef marker for DeclarationExpression - Made RedundantDef function more specific for MethodNodes - Use `skip` function as much as possible * Cleanup groovy parser - Remove `def` check for visitTypeTree - Remove unnecessary RedundantDef marker for DeclarationExpression - Made RedundantDef function more specific for MethodNodes - Use `skip` function as much as possible * Support for `def` keyword for constructors * Improvement
- Loading branch information