This commit is contained in:
Wesley Wigham 2020-10-08 17:34:06 -07:00
parent ca26ca1dd0
commit f324fde873
No known key found for this signature in database
GPG Key ID: D59F87F60C5400C9

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;