checkParameterMatches
private fun checkParameterMatches(kparam: KParameter, arg: Any?, paramKtypeAppend: ArrayList<KType>): Boolean
Content copied to clipboard
Return
Whether a given argument value can be cast to the type of a given KParameter.
Sources
jvm source
Link copied to clipboard