callSuper

fun MokkeryBlockingCallScope.callSuper(superType: KClass<*>, args: List<Any?>): Any?(source)
suspend fun MokkerySuspendCallScope.callSuper(superType: KClass<*>, args: List<Any?>): Any?(source)

Calls super method of superType with given args