Mokkery
Toggle table of contents
2.9.0
common
Platform filter
common
Switch theme
Search in API
Mokkery
mokkery-runtime
/
dev.mokkery
/
callSuper
call
Super
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