Skip to content
This repository was archived by the owner on Dec 23, 2024. It is now read-only.

Commit 7085f50

Browse files
committed
Fixing build
1 parent 4137343 commit 7085f50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Refactor/AddExplicitTypeToParameter.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ type internal FSharpAddExplicitTypeToParameterRefactoring
3838
let textLine = sourceText.Lines.GetLineFromPosition position
3939
let textLinePos = sourceText.Lines.GetLinePosition position
4040
let fcsTextLineNumber = Line.fromZ textLinePos.Line
41-
let! parseFileResults, _, checkFileResults = checker.ParseAndCheckDocument (document, projectOptions, sourceText=sourceText, userOpName=userOpName)
41+
let! parseFileResults, _, checkFileResults = checker.ParseAndCheckDocument (document, projectOptions, userOpName=userOpName)
4242
let! lexerSymbol = Tokenizer.getSymbolAtPosition (document.Id, sourceText, position, document.FilePath, defines, SymbolLookupKind.Greedy, false, false)
4343
let! symbolUse = checkFileResults.GetSymbolUseAtLocation(fcsTextLineNumber, lexerSymbol.Ident.idRange.EndColumn, textLine.ToString(), lexerSymbol.FullIsland)
4444

0 commit comments

Comments
 (0)