Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
checking if this path is covered by a test, trying to identify how to…
Browse files Browse the repository at this point in the history
… trigger this other overload related error message
smoothdeveloper committed Apr 21, 2019
1 parent ea701d8 commit e2d0c20
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
@@ -2555,7 +2555,7 @@ and ResolveOverloading
let msg =
match methodNames with
| [] -> msg
| names -> sprintf "%s %s" msg (FSComp.SR.csCandidates (String.concat ", " names))
| names -> sprintf "%s %s" msg (sprintf "fooo %s" (String.concat ", " names)) // FSComp.SR.csCandidates (String.concat ", " names))
None, ErrorD (failOverloading msg []), NoTrace

// If we've got a candidate solution: make the final checks - no undo here!

0 comments on commit e2d0c20

Please sign in to comment.