compatible Signatures
fun compatibleSignatures(callSignature: List<Type?>, functionSignature: List<Type>, provider: ScopeProvider): Boolean
Return
true if the CallExpression signature can be transformed into the FunctionDeclaration signature by means of casting
Parameters
call Signature
Type signature of the CallExpression
function Signature
Type signature of the FunctionDeclaration