Skip to content

Conversation

@auduchinok
Copy link
Member

@auduchinok auduchinok commented Apr 17, 2023

Adds parser recovery for some cases involving unfinished members:

type T =
    member
type T =
    member this.
type T =
    member this.P =
type T =
    member this. = 1
type T =
    static

@auduchinok auduchinok requested a review from a team as a code owner April 17, 2023 14:32
@auduchinok auduchinok changed the title Parser member Parser: recover on unfinished simple 'member' declarations Apr 17, 2023
@auduchinok
Copy link
Member Author

auduchinok commented Jun 14, 2023

This is ready. It's so much better with the new rules 🙂

@T-Gro T-Gro enabled auto-merge (squash) June 15, 2023 07:50
@T-Gro T-Gro merged commit 11f0f70 into dotnet:main Jun 15, 2023
@psfinaki
Copy link
Contributor

Awesome, thanks @auduchinok :)

@auduchinok auduchinok deleted the parser-member branch June 15, 2023 11:30
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.

3 participants