VarAccess
raises TraitErrorsException
for accesses in lambda expressions
#31
Labels
bug
Something isn't working
At the moment, there is no support in OpenRewrite for handling variable accesses within lambda expressions, causing the following test cases to fail:
with the exception:
and the test:
with the exception:
In the future, this may involve adding a LambdaExpr trait to the trait API in
rewrite-analysis
to distinguish lambda expressions.The text was updated successfully, but these errors were encountered: