Skip to content

Emit a space between lambda's return type and its open paren when normalizing syntax#66721

Merged
jcouv merged 5 commits intodotnet:mainfrom
DoctorKrolic:normalize-lambda-ret-type
Feb 6, 2023
Merged

Emit a space between lambda's return type and its open paren when normalizing syntax#66721
jcouv merged 5 commits intodotnet:mainfrom
DoctorKrolic:normalize-lambda-ret-type

Conversation

@DoctorKrolic
Copy link
Contributor

Fixes: #59653

@DoctorKrolic DoctorKrolic requested a review from a team as a code owner February 6, 2023 18:32
@ghost ghost added Area-Compilers Community The pull request was submitted by a contributor who is not a Microsoft employee. labels Feb 6, 2023
@DoctorKrolic DoctorKrolic requested a review from cston February 6, 2023 19:06
@DoctorKrolic DoctorKrolic requested review from CyrusNajmabadi and removed request for cston February 6, 2023 19:23
@DoctorKrolic DoctorKrolic requested a review from cston February 6, 2023 19:32
@cston
Copy link
Contributor

cston commented Feb 6, 2023

@dotnet/roslyn-compiler, please review.

@cston cston requested a review from a team February 6, 2023 20:16
Copy link
Member

@jcouv jcouv left a comment

Choose a reason for hiding this comment

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

LGTM Thanks (iteration 5)

@jcouv jcouv self-assigned this Feb 6, 2023
@jcouv jcouv merged commit 6c905eb into dotnet:main Feb 6, 2023
@ghost ghost added this to the Next milestone Feb 6, 2023
@DoctorKrolic DoctorKrolic deleted the normalize-lambda-ret-type branch February 6, 2023 21:20
@RikkiGibson RikkiGibson modified the milestones: Next, 17.6 P2 Mar 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area-Compilers Community The pull request was submitted by a contributor who is not a Microsoft employee.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

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

5 participants