mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-03 03:32:32 +00:00
+ support the new isGenericInstance field in deduplicateSymInfoPair
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user