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

Redundant missing comma diagnostics in property pattern clause #53011

Open
alrz opened this issue Apr 29, 2021 · 0 comments
Open

Redundant missing comma diagnostics in property pattern clause #53011

alrz opened this issue Apr 29, 2021 · 0 comments
Labels
Area-Compilers Concept-Diagnostic Clarity The issues deals with the ease of understanding of errors and warnings.
Milestone

Comments

@alrz
Copy link
Contributor

alrz commented Apr 29, 2021

_ = new object() is { {}: 1 }; 

Expected: One comma expected error
Actual: Two comma expected errors

@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Compilers untriaged Issues and PRs which have not yet been triaged by a lead labels Apr 29, 2021
@jcouv jcouv added Concept-Diagnostic Clarity The issues deals with the ease of understanding of errors and warnings. and removed untriaged Issues and PRs which have not yet been triaged by a lead labels May 19, 2021
@jcouv jcouv added this to the Backlog milestone May 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Compilers Concept-Diagnostic Clarity The issues deals with the ease of understanding of errors and warnings.
Projects
None yet
Development

No branches or pull requests

2 participants