This commit is contained in:
Wesley Wigham
2020-10-08 17:34:06 -07:00
parent ca26ca1dd0
commit f324fde873

View File

@@ -27328,7 +27328,7 @@ namespace ts {
return getCandidateForOverloadFailure(node, candidates, args, !!candidatesOutArray);
function addImplementationSuccessElaboration(failed: Signature, diagnostic : Diagnostic) {
function addImplementationSuccessElaboration(failed: Signature, diagnostic: Diagnostic) {
const oldCandidatesForArgumentError = candidatesForArgumentError;
const oldCandidateForArgumentArityError = candidateForArgumentArityError;
const oldCandidateForTypeArgumentError = candidateForTypeArgumentError;