Fix #64
This commit is contained in:
parent
ff5c7a43e8
commit
ed7a667ae4
|
@ -540,6 +540,8 @@ private:
|
|||
}
|
||||
}
|
||||
}
|
||||
foreach (childScope; currentScope.children)
|
||||
resolveImports(childScope);
|
||||
}
|
||||
|
||||
SemanticSymbol* rootSymbol;
|
||||
|
|
Loading…
Reference in New Issue