get Call Signature With Defaults
fun getCallSignatureWithDefaults(call: CallExpression, functionDeclaration: FunctionDeclaration): List<Type?>
Return
list containing the signature containing all argument types including the default arguments
Parameters
call
CallExpression
function Declaration
FunctionDeclaration the CallExpression was resolved to