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!