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

Explicit/implicit cast operator search should check parameter type #1098

Merged
merged 1 commit into from
Mar 6, 2022

Conversation

lahma
Copy link
Collaborator

@lahma lahma commented Mar 6, 2022

Cast operator search didn't check for input parameter type so it could choose for string a long -> TargetType instead of correct string -> TargetType.

fixes #1094

@lahma lahma enabled auto-merge (squash) March 6, 2022 08:54
@lahma lahma merged commit 0231800 into sebastienros:main Mar 6, 2022
@lahma lahma deleted the discord-id branch March 6, 2022 09:01
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 this pull request may close these issues.

Exception when trying to pass object as method parameter
1 participant