We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cb01a1 commit eb9b882Copy full SHA for eb9b882
1 file changed
tests/ParallelTypeCheckingTests/Code/DependencyResolution.fs
@@ -216,9 +216,9 @@ let mkGraph (files: FileWithAST array) : Graph<int> =
216
217
let filesWithAutoOpen =
218
Array.choose
219
- (fun (f, _) ->
+ (fun (f, idx) ->
220
if AlwaysLinkDetection.doesFileHasAutoOpenBehavior f.AST then
221
- Some f.Idx
+ Some idx
222
else
223
None)
224
trieInput
0 commit comments