mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-06 02:33:53 -06:00
Fix lint
This commit is contained in:
parent
ca26ca1dd0
commit
f324fde873
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user