mirror of
https://github.com/dlang-community/DCD.git
synced 2025-04-25 21:00:02 +03:00
fix dsymbol tests
This commit is contained in:
parent
07576383bf
commit
1c60c5480f
1 changed files with 1 additions and 1 deletions
|
@ -648,7 +648,7 @@ ScopeSymbolPair generateAutocompleteTrees(string source, string filename, ref Mo
|
|||
|
||||
|
||||
secondPass(first.rootSymbol, first.moduleScope, cache);
|
||||
thirdPass(first.moduleScope, cache, cursorPosition);
|
||||
thirdPass(first.rootSymbol, first.moduleScope, cache, cursorPosition);
|
||||
auto ufcsSymbols = getUFCSSymbolsForCursor(first.moduleScope, tokens, cursorPosition);
|
||||
auto r = first.rootSymbol.acSymbol;
|
||||
typeid(SemanticSymbol).destroy(first.rootSymbol);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue