We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73911a3 commit a5c632cCopy full SHA for a5c632c
1 file changed
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