From f577797c91c68400b660ea07cf92abc7dd97fb07 Mon Sep 17 00:00:00 2001 From: gauthier Date: Sun, 21 Apr 2019 05:51:54 -0700 Subject: [PATCH] checking if this path is covered by a test, trying to identify how to trigger this other overload related error message --- src/fsharp/ConstraintSolver.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fsharp/ConstraintSolver.fs b/src/fsharp/ConstraintSolver.fs index a372de41e116..c12c0a8e8848 100644 --- a/src/fsharp/ConstraintSolver.fs +++ b/src/fsharp/ConstraintSolver.fs @@ -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!