compatibleSignatures

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

callSignature

Type signature of the CallExpression

functionSignature

Type signature of the FunctionDeclaration