checkCallableMatches

private fun checkCallableMatches(callable: KCallable<Any?>, arguments: Array<Any?>, paramKtypeAppends: HashMap<KCallable<Any?>, ArrayList<KType>>): Boolean

Return

Whether a given KCallable's signature might be compatible with a given Array of arguments.

Sources

jvm source
Link copied to clipboard