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

SyntaxNormalizer does not include space between lambda expression return type and parenthesized parameter list #59653

Closed
cston opened this issue Feb 18, 2022 · 0 comments · Fixed by #66721

Comments

@cston
Copy link
Member

cston commented Feb 18, 2022

The expression A (B b) => b is normalized as A(B b) => b with no space between A and (.

@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Compilers untriaged Issues and PRs which have not yet been triaged by a lead labels Feb 18, 2022
@cston cston added New Feature - Lambda Improvements and removed untriaged Issues and PRs which have not yet been triaged by a lead labels Feb 18, 2022
@cston cston added this to the 17.2 milestone Feb 18, 2022
@jinujoseph jinujoseph modified the milestones: 17.2, 17.3 May 5, 2022
@jaredpar jaredpar added the Bug label Jun 24, 2022
@jaredpar jaredpar modified the milestones: 17.3, C# 12.0, Backlog Jun 24, 2022
jcouv pushed a commit that referenced this issue Feb 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
4 participants
@jaredpar @cston @jinujoseph and others