Skip to content

Conversation

@jcouv
Copy link
Member

@jcouv jcouv commented Feb 13, 2022

Fixes #59336

@jcouv jcouv self-assigned this Feb 13, 2022
@ghost ghost added the Area-Compilers label Feb 13, 2022
@jcouv jcouv force-pushed the implicit-parameters branch from ab718e7 to 8bd26e5 Compare February 13, 2022 17:36
@jcouv jcouv force-pushed the implicit-parameters branch from 8bd26e5 to cb33d99 Compare February 13, 2022 22:03
@jcouv jcouv marked this pull request as ready for review February 14, 2022 04:50
@jcouv jcouv requested a review from a team as a code owner February 14, 2022 04:50
_isStatic = isStatic;
}

public override bool HasNames { get { return !_parameterNames.IsDefault; } }
Copy link
Member

Choose a reason for hiding this comment

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

so this member was just totally redundant in practice?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yup, they have the same meaning. We had HasNames, HasSignature and I was adding yet another one...

@jcouv jcouv changed the title Fix nullable warning on conversion of anonymous function with implicit parameters Fix warning on conversion of anon func with implicit parameters Feb 15, 2022
@jcouv jcouv merged commit f767c70 into dotnet:main Feb 15, 2022
@jcouv jcouv deleted the implicit-parameters branch February 15, 2022 19:16
@ghost ghost added this to the Next milestone Feb 15, 2022
@RikkiGibson RikkiGibson modified the milestones: Next, 17.2.P2 Mar 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

"csc.exe" exited with code -2146232797 ("CompilerServer: server failed [...] Reached end of stream before end of read.")

3 participants