We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
😨
Edit: this is ok, XYResolver is a visitor.
XYResolver
Sorry, something went wrong.
aya-dev/syntax/src/main/java/org/aya/syntax/concrete/stmt/StmtVisitor.java
Lines 164 to 165 in 4f6b39f
It seems we didn't visit the body of a clause.
aya-dev/syntax/src/main/java/org/aya/syntax/concrete/stmt/StmtVisitor.java Lines 164 to 165 in 4f6b39f case Expr.Match match -> match.clauses().forEach(clause -> clause.patterns.forEach( t -> visitPattern(t.term()))); It seems we didn't visit the body of a clause.
The expr.forEach below should visit the clauses
expr.forEach
No branches or pull requests
The text was updated successfully, but these errors were encountered: