Skip to content

Commit 14c7890

Browse files
committed
fix oversight
1 parent 919064a commit 14c7890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fsharp/infos.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ type ValRef with
378378
member vref.ImplementedSlotSignatures =
379379
match vref.MemberInfo with
380380
| None -> []
381-
| Some membInfo -> membInfo.Value.ImplementedSlotSigs
381+
| Some membInfo -> membInfo.ImplementedSlotSigs
382382

383383
//-------------------------------------------------------------------------
384384
// Helper methods associated with using TAST metadata (F# members, values etc.)

0 commit comments

Comments
 (0)