You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
errorR(Error(FSComp.SR.typrelOverloadNotFound(FormatMethInfoSig g amap m denv dispatchSlot, FormatMethInfoSig g amap m denv dispatchSlot),overrideBy.Range))
308
308
309
309
|[ overrideBy ]->
310
-
311
-
match dispatchSlots |> List.filter (fun(RequiredSlot(dispatchSlot,_))-> OverrideImplementsDispatchSlot g amap m dispatchSlot overrideBy)with
312
-
|[]->
310
+
if dispatchSlots |> List.exists (fun(RequiredSlot(dispatchSlot,_))-> OverrideImplementsDispatchSlot g amap m dispatchSlot overrideBy)then
313
311
// Error will be reported below in CheckOverridesAreAllUsedOnce
0 commit comments