accessInvoke

inline suspend fun <R> KFunction<R>.accessInvoke(vararg args: Any?): R
inline suspend fun <R> () -> R.accessInvoke(): R

See also