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

Fix test comments #47622

Merged
merged 1 commit into from
Sep 11, 2020
Merged

Fix test comments #47622

merged 1 commit into from
Sep 11, 2020

Conversation

Youssef1313
Copy link
Member

No description provided.

@Youssef1313 Youssef1313 requested a review from a team as a code owner September 11, 2020 08:33
Comment on lines +1830 to 1832
// (1,39): error CS0449: The 'unmanaged' constraint cannot be combined with the 'class' constraint
// public class Test<T> where T : class, unmanaged {}
Diagnostic(ErrorCode.ERR_TypeConstraintsMustBeUniqueAndFirst, "unmanaged").WithLocation(1, 39));
Copy link
Member Author

Choose a reason for hiding this comment

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

ERR_TypeConstraintsMustBeUniqueAndFirst = 449,

@jcouv jcouv added Area-Compilers Community The pull request was submitted by a contributor who is not a Microsoft employee. labels Sep 11, 2020
@jcouv jcouv merged commit 6876be9 into dotnet:master Sep 11, 2020
@ghost ghost added this to the Next milestone Sep 11, 2020
@jcouv
Copy link
Member

jcouv commented Sep 11, 2020

Merged/squashed. Thanks!

@Youssef1313 Youssef1313 deleted the patch-14 branch September 11, 2020 18:18
@dibarbet dibarbet modified the milestones: Next, 16.8.P4 Sep 22, 2020
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.

5 participants