Skip to content

Conversation

@jandupej
Copy link
Contributor

Addresses #46926

@ghost ghost added the area-VM-meta-mono label Jul 12, 2023
@ghost ghost assigned jandupej Jul 12, 2023
@jandupej jandupej added this to the 8.0.0 milestone Jul 12, 2023
/* Closed delegate */
g_assert (sig->param_count == invoke_sig->param_count + 1);
if (sig->param_count != invoke_sig->param_count + 1) {
g_warning ("Closed delegate has incorrect number of arguments: %s.", mono_method_full_name (method, TRUE));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This could be a g_error ().

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants