mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-03 22:28:46 +00:00
Add ast.Foreign_Impot_Decl.fullpaths to walk.odin
This commit is contained in:
@@ -320,6 +320,7 @@ walk :: proc(v: ^Visitor, node: ^Node) {
|
|||||||
if n.comment != nil {
|
if n.comment != nil {
|
||||||
walk(v, n.comment)
|
walk(v, n.comment)
|
||||||
}
|
}
|
||||||
|
walk_expr_list(v, n.fullpaths)
|
||||||
|
|
||||||
case ^Proc_Group:
|
case ^Proc_Group:
|
||||||
walk_expr_list(v, n.args)
|
walk_expr_list(v, n.args)
|
||||||
|
|||||||
Reference in New Issue
Block a user