parameterKeys

expect fun KFunction<*>.parameterKeys(context: <Error class: unknown class><out <Error class: unknown class>>): List<<Error class: unknown class><out <Error class: unknown class>>>

Returns a list of DependencyKeys that represent the parameters of the receiver KFunction.

context should be a concrete TypeToken representing the class this receiver KFunction is a member of.