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
Copy file name to clipboardExpand all lines: src/fsharp/vs/Exprs.fs
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -108,7 +108,8 @@ type E =
108
108
| ILAsm ofstring*FSharpTypelist*FSharpExprlist
109
109
110
110
/// Used to represent the information at an object expression member
111
-
and [<Sealed>]FSharpObjectExprOverride(gps:FSharpGenericParameter list,args:FSharpMemberFunctionOrValue list list,body:FSharpExpr)=
111
+
and [<Sealed>]FSharpObjectExprOverride(sgn:FSharpAbstractSignature,gps:FSharpGenericParameter list,args:FSharpMemberFunctionOrValue list list,body:FSharpExpr)=
0 commit comments