resolve With Default Args
fun resolveWithDefaultArgs(call: CallExpression, initialInvocationCandidates: List<FunctionDeclaration>): List<FunctionDeclaration>
Resolves a CallExpression to the potential target FunctionDeclarations by checking for omitted arguments due to previously defined default arguments
Return
List of FunctionDeclarations that are the target of the CallExpression (will be connected with an invokes edge)
Parameters
call
CallExpression