Inspectopedia
 
2024.3

Signature mismatch

Info
Reliability
New
Last modified: 03 December 2024

Reports a JavaScript call expression where the arguments do not match the signature of the referenced function, including the types of arguments and their number. Also, reports if the overloading function doesn't match the overloaded one in terms of parameters and return types.

TypeScript code is ignored.