extensionReceiverParameter
val KCallable<*>.extensionReceiverParameter: KParameter?
Returns a parameter representing the extension receiver instance needed to call this callable,
or null
if this callable is not an extension.
val KCallable<*>.extensionReceiverParameter: KParameter?
Returns a parameter representing the extension receiver instance needed to call this callable,
or null
if this callable is not an extension.