Skip to content

Conversation

@auduchinok
Copy link
Member

Adds recovery for unfinished accessors clauses in properties:

type T =
    abstract P: int with get,
type T =
    abstract P: int with
type T =
    member val P = 1 with get,
type T =
    member val P = 1 with

@auduchinok auduchinok requested a review from a team as a code owner September 8, 2023 13:21
@auduchinok
Copy link
Member Author

And this is ready too. 🙂

Copy link
Contributor

@TIHan TIHan left a comment

Choose a reason for hiding this comment

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

LGTM 👍

Copy link
Contributor

@psfinaki psfinaki left a comment

Choose a reason for hiding this comment

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

Thank you Eugene!

@T-Gro T-Gro merged commit 1d96bdf into dotnet:main Sep 12, 2023
@auduchinok auduchinok deleted the parser-getSet branch November 9, 2023 11:44
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