Skip to content

Parser: recover on unfinished record patterns - #15921

Merged
T-Gro merged 2 commits into
dotnet:mainfrom
auduchinok:parser-recordPat
Sep 5, 2023
Merged

Parser: recover on unfinished record patterns#15921
T-Gro merged 2 commits into
dotnet:mainfrom
auduchinok:parser-recordPat

Conversation

@auduchinok

Copy link
Copy Markdown
Member

As discussed in #15903, adds recovery for the following cases:

match()with|{}->()
match()with|{ F }->()
match()with|{ F =}->()

@auduchinok
auduchinok requested a review from a team as a code ownerSeptember 4, 2023 11:24

@psfinakipsfinaki left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Beatiful

@T-Gro
T-Gro merged commit f496b3c into dotnet:mainSep 5, 2023
Sign up for freeto 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

@auduchinok@psfinaki@edgarfgp@T-Gro