Skip to content

Commit

Permalink
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
  • Loading branch information
smoothdeveloper committed Apr 21, 2019
1 parent ea701d8 commit f577797
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 @@ -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 ("fooo") // 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!
Expand Down

0 comments on commit f577797

Please sign in to comment.