Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MethodMatcher access violation crash #1978

Closed
disarray2077 opened this issue May 15, 2024 · 0 comments · Fixed by #1979
Closed

MethodMatcher access violation crash #1978

disarray2077 opened this issue May 15, 2024 · 0 comments · Fixed by #1979

Comments

@disarray2077
Copy link
Contributor

disarray2077 commented May 15, 2024

The below code crashes on BfMethodMatcher::CompareMethods.

	public static void Test(String a)
	{
		Test<String>(a);
	}

	public static void Test<T>(T a) where T : var
	{

	}

	public static void Test<T>(T? a) where T : var
	{

	}

Tested with: aa4f9f7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant