Skip to content

Commit

Permalink
Add ast.Foreign_Impot_Decl.fullpaths to walk.odin
Browse files Browse the repository at this point in the history
  • Loading branch information
gingerBill committed Jun 3, 2024
1 parent 2cb3028 commit 50b4a63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/odin/ast/walk.odin
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ walk :: proc(v: ^Visitor, node: ^Node) {
if n.comment != nil {
walk(v, n.comment)
}
walk_expr_list(v, n.fullpaths)

case ^Proc_Group:
walk_expr_list(v, n.args)
Expand Down

0 comments on commit 50b4a63

Please sign in to comment.