+ support the new isGenericInstance field in deduplicateSymInfoPair

This commit is contained in:
Nikolay Nikolov
2024-05-14 19:40:19 +03:00
parent 284f3cec81
commit 27ded57d69

View File

@@ -825,6 +825,7 @@ func deduplicateSymInfoPair(xs: SuggestFileSymbolDatabase): SuggestFileSymbolDat
isDecl: newPackedBoolArray(),
caughtExceptions: newSeqOfCap[seq[PType]](xs.caughtExceptions.len),
caughtExceptionsSet: newPackedBoolArray(),
isGenericInstance: newPackedBoolArray(),
fileIndex: xs.fileIndex,
trackCaughtExceptions: xs.trackCaughtExceptions,
isSorted: false