This commit is contained in:
Hackerpilot 2013-10-31 14:51:02 -07:00
parent ff5c7a43e8
commit ed7a667ae4
1 changed files with 2 additions and 0 deletions

View File

@ -540,6 +540,8 @@ private:
} }
} }
} }
foreach (childScope; currentScope.children)
resolveImports(childScope);
} }
SemanticSymbol* rootSymbol; SemanticSymbol* rootSymbol;