callSuper

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

Calls super method of superType with given args