Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow
JavaTemplate
to deal with expressions that are also statements (
#3867) For Groovy support the `J.Ternary` was extended to also implement the `Statement` interface. As a consequence its coordinate is now a `CoordinateBuilder.Statement` coordinate. Allow `JavaTemplate` to replace it in its `visitExpression()` method in `JavaTemplateJavaExtension`. Issue: openrewrite/rewrite-static-analysis#203
- Loading branch information