-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Required modifier parsing #58431
Required modifier parsing #58431
Conversation
Implements parsing for required members. Test plan: dotnet#57046 Spec: dotnet/csharplang#3630
@jcouv @RikkiGibson for review. |
@jcouv @RikkiGibson for review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done with review pass (iteration 3)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with minor nits.
src/Compilers/CSharp/Test/Syntax/Parsing/MemberDeclarationParsingTests.cs
Outdated
Show resolved
Hide resolved
src/Compilers/CSharp/Test/Syntax/Parsing/MemberDeclarationParsingTests.cs
Show resolved
Hide resolved
src/Compilers/CSharp/Test/Syntax/Parsing/MemberDeclarationParsingTests.cs
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM Thanks (iteration 4)
Implements parsing for required members.
Test plan: #57046
Spec: dotnet/csharplang#3630