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 d9a4367 commit 83b7c2bCopy full SHA for 83b7c2b
src/fsharp/vs/Exprs.fs
@@ -935,7 +935,7 @@ and FSharpImplementationFileContents(cenv, mimpl) =
935
936
and getDecls mdef =
937
match mdef with
938
- | TMDefRec(isRec,tycons,mbinds,_m) ->
+ | TMDefRec(_isRec,tycons,mbinds,_m) ->
939
[ for tycon in tycons do
940
let entity = FSharpEntity(cenv, mkLocalEntityRef tycon)
941
yield FSharpImplementationFileDeclaration.Entity(entity, [])
0 commit comments