checkParameterMatches

private fun checkParameterMatches(kparam: KParameter, arg: Any?, paramKtypeAppend: ArrayList<KType>): Boolean

Return

Whether a given argument value can be cast to the type of a given KParameter.

Sources

jvm source
Link copied to clipboard