Skip to content

Commit

Permalink
Traverse the Inlined.caller subtree of Inlined.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjrd committed Dec 5, 2023
1 parent 6197303 commit 2e3b648
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ object Traversers:
traverse(expr)
case Inlined(expr, caller, bindings) =>
traverse(expr)
traverse(caller)
traverse(bindings)
case _: ImportIdent | _: Ident | _: This | _: Literal =>
()
Expand Down

0 comments on commit 2e3b648

Please sign in to comment.