Add ast.Foreign_Impot_Decl.fullpaths to walk.odin

This commit is contained in:
gingerBill
2024-06-03 22:02:35 +01:00
parent 2cb3028086
commit 50b4a63fe1

View File

@@ -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)