mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-21 10:26:41 +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 {
|
||||
walk(v, n.comment)
|
||||
}
|
||||
walk_expr_list(v, n.fullpaths)
|
||||
|
||||
case ^Proc_Group:
|
||||
walk_expr_list(v, n.args)
|
||||
|
||||
Reference in New Issue
Block a user