callSuspendSuper

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

Just like callSuper but for suspend calls.