We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2dd4fe commit 0638d62Copy full SHA for 0638d62
tests/ParallelTypeCheckingTests/Tests/TestDependencyResolution.fs
@@ -264,7 +264,7 @@ let ``Analyse whole projects and print statistics`` (projectFile : string) =
264
files
265
|> Array.Parallel.mapi (fun i f ->
266
let code = System.IO.File.ReadAllText(f)
267
- let ast = getParseResults code
+ let ast = parseSourceCode(f, code)
268
{
269
Idx = FileIdx.make i
270
//Code = code
0 commit comments