callSuspendSuper

suspend fun callSuspendSuper(superType: KClass<*>, args: List<Any?>): Any?(source)

Just like callSuper but for suspend calls.