Skip to content

Commit f9eb40f

Browse files
committed
Corrected FSharpCodeAnalysisExtensions.fs
1 parent 0d5f481 commit f9eb40f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vsintegration/src/FSharp.Editor/Common/FSharpCodeAnalysisExtensions.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ type FSharpParseFileResults with
2020
else
2121
// Check if it's an operator
2222
match pat with
23-
| SynPat.LongIdent(LongIdentWithDots([id], _), _, _, _, _, _) when id.idText.StartsWith("op_") ->
23+
| SynPat.LongIdent(longDotId=LongIdentWithDots([id], _)) when id.idText.StartsWith("op_") ->
2424
if Position.posEq id.idRange.Start pos then
2525
Some binding.RangeOfBindingWithRhs
2626
else

0 commit comments

Comments
 (0)