There was an error while loading. Please reload this page.
1 parent 73911a3 commit a5c632cCopy full SHA for a5c632c
src/services/services.ts
@@ -5934,7 +5934,7 @@ namespace ts {
5934
5935
function populateSearchSymbolSet(symbol: Symbol, location: Node): Symbol[] {
5936
// The search set contains at least the current symbol
5937
- const result = [symbol];
+ let result = [symbol];
5938
5939
// If the symbol is an alias, add what it alaises to the list
5940
if (isImportOrExportSpecifierImportSymbol(symbol)) {
0 commit comments