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 919064a commit 14c7890Copy full SHA for 14c7890
src/fsharp/infos.fs
@@ -378,7 +378,7 @@ type ValRef with
378
member vref.ImplementedSlotSignatures =
379
match vref.MemberInfo with
380
| None -> []
381
- | Some membInfo -> membInfo.Value.ImplementedSlotSigs
+ | Some membInfo -> membInfo.ImplementedSlotSigs
382
383
//-------------------------------------------------------------------------
384
// Helper methods associated with using TAST metadata (F# members, values etc.)
0 commit comments