IncorrectNumberOfArgumentsError
fun IncorrectNumberOfArgumentsError(method: Located<Name>, expected: Int, actual: Arguments<*>)
Content copied to clipboard
Parameters
expected
The number of arguments expected by the method.
actual
The arguments that are given to the method.