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

bugfix: completion of args in method w/ default args #7089

Merged

Conversation

harpocrates
Copy link
Contributor

This case used to throw an exception, leading to no completions (and a crash report). Looks like just another unaccounted for variation of how method calls with default arguments are desugard by the presentation compiler.

Fixes #7088

This case used to throw an exception, leading to no completions (and a
crash report). Looks like just another unaccounted for variation of how
method calls with default arguments are desugard by the presentation
compiler.

Fixes scalameta#7088
Copy link
Contributor

@tgodzik tgodzik left a comment

Choose a reason for hiding this comment

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

LGTM! Thanks for the contribution 🎉

@tgodzik tgodzik merged commit ee63480 into scalameta:main Jan 8, 2025
23 checks passed
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.

Completion of arguments in method with defaults throws exception
2 participants