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

Parser: recover on unfinished enum case declarations #16401

Merged
merged 3 commits into from
Dec 8, 2023

Conversation

auduchinok
Copy link
Member

Adds recovery for unfinished enum case declarations:

type E =
    | A =
type E =
    A =

@auduchinok auduchinok requested a review from a team as a code owner December 7, 2023 12:59
@auduchinok auduchinok closed this Dec 7, 2023
@auduchinok auduchinok reopened this Dec 7, 2023
@psfinaki psfinaki enabled auto-merge (squash) December 8, 2023 15:00
@psfinaki psfinaki merged commit 06aeb7f into dotnet:main Dec 8, 2023
26 checks passed
@auduchinok auduchinok deleted the parser-enumCase branch December 8, 2023 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

4 participants