callSuperSuspend

suspend fun callSuperSuspend(): Any?(source)

Call superFun with the call's arguments.


inline suspend fun callSuperSuspend(builder: ArgumentsBuilder): Any?(source)

Call superFun with the given arguments.