Skip to content

Commit

Permalink
(buildfix) harmonizing .fsi/.fs right before commit doesn't always wo…
Browse files Browse the repository at this point in the history
…rk with simple copy paste.
  • Loading branch information
smoothdeveloper committed Apr 24, 2019
1 parent ebcb20d commit b15c2e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fsharp/ConstraintSolver.fs
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ type OverloadInformation = {
error: exn
}
with
member OverloadMethodInfo : displayEnv: DisplayEnv -> m: range -> string
member x.OverloadMethodInfo displayEnv m = NicePrint.stringOfMethInfo x.amap m displayEnv x.methodSlot.Method

/// Cases for overload resolution failure that exists in the implementation of the compiler.
type OverloadResolutionFailure =
Expand Down

0 comments on commit b15c2e4

Please sign in to comment.