Skip to content

Commit

Permalink
Fcs/module reader: fix wrong upToDate condition
Browse files Browse the repository at this point in the history
  • Loading branch information
auduchinok committed Feb 3, 2025
1 parent fe8035d commit b38c555
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1261,7 +1261,7 @@ type ProjectFcsModuleReader(psiModule: IPsiModule, cache: FcsModuleReaderCommonC

isDirty <- false
upToDateCheckedTypes <- null
seenOutdatedTypes
not seenOutdatedTypes

member this.CreateTypeDef(clrTypeName: IClrTypeName) =
FSharpAsyncUtil.CheckAndThrow()
Expand Down

0 comments on commit b38c555

Please sign in to comment.