call

fun call(nargs: Int, selfProvided: Boolean = false, span: Span? = null)

Calls the top of the stack with nargs arguments.

Parameters

nargs

The number of arguments to pass to the callable.

span

The span of the call. May be null if unknown.