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

Handle typed throws when generating comment completions #1314

Merged

Conversation

plemarquand
Copy link
Contributor

The comment completion parser was stumbling over the type declaration for typed throws, causing it to stop parsing the function declaration before it got to the return type.

Issue: #1313

The comment completion parser was stumbling over the type declaration
for typed throws, causing it to stop parsing the function declaration
before it got to the return type.

Issue: swiftlang#1313
@plemarquand plemarquand merged commit 6f426e1 into swiftlang:main Jan 15, 2025
15 checks passed
@plemarquand plemarquand deleted the typed-throw-comment-completion branch January 15, 2025 17:16
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.

2 participants