Skip to content

Calculate TypeParameterKind based on the container type#54200

Merged
AlekseyTs merged 2 commits intodotnet:mainfrom
MykolaBalakin:fix-type-parameter-kind
Jun 25, 2021
Merged

Calculate TypeParameterKind based on the container type#54200
AlekseyTs merged 2 commits intodotnet:mainfrom
MykolaBalakin:fix-type-parameter-kind

Conversation

@MykolaBalakin
Copy link
Contributor

No description provided.

@ghost ghost added the Area-Compilers label Jun 18, 2021
@MykolaBalakin MykolaBalakin force-pushed the fix-type-parameter-kind branch from c879bf1 to 070feb0 Compare June 23, 2021 16:01
Public Sub New(underlyingTypeParameter As TypeParameterSymbol)
Debug.Assert(underlyingTypeParameter IsNot Nothing)
Me._underlyingTypeParameter = underlyingTypeParameter

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This whole class seems to be unused so I am unable to validate the assert.

@MykolaBalakin MykolaBalakin marked this pull request as ready for review June 23, 2021 19:33
@MykolaBalakin MykolaBalakin requested a review from a team as a code owner June 23, 2021 19:33
@AlekseyTs AlekseyTs added the Community The pull request was submitted by a contributor who is not a Microsoft employee. label Jun 23, 2021
Copy link
Contributor

@AlekseyTs AlekseyTs left a comment

Choose a reason for hiding this comment

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

LGTM (commit 2)

@AlekseyTs
Copy link
Contributor

@dotnet/roslyn-compiler For the second review on a small community PR.

2 similar comments
@AlekseyTs
Copy link
Contributor

@dotnet/roslyn-compiler For the second review on a small community PR.

@AlekseyTs
Copy link
Contributor

@dotnet/roslyn-compiler For the second review on a small community PR.

@AlekseyTs AlekseyTs merged commit 0130339 into dotnet:main Jun 25, 2021
@ghost ghost added this to the Next milestone Jun 25, 2021
@AlekseyTs
Copy link
Contributor

@nbalakin Thanks for the contribution.

333fred added a commit that referenced this pull request Jun 25, 2021
…ures/caller-argument-expression

* upstream/main: (492 commits)
  Add nullable ref annotations to SyntaxFactory (#54199)
  Add 'replace' APIs and hook them up to the IDE (#54270)
  Allow implicit implementation of non-public interface members (#54182)
  Make insertion a stage of the official build (#54376)
  Cleanup
  Remove unused property
  Simplify glyph computation
  Report all-empty top level statements. (#54385)
  Calculate TypeParameterKind based on the container type (#54200)
  vert
  not roaming
  Split tests
  Multple matches
  Report as we get results
  Fixup tests
  Update tests
  Avoid thread dependency in VirtualMemoryNotificationListener constructor
  Fast progression search.
  Add LanguageVersion 10 (#54359)
  Sure, why not
  ...
@RikkiGibson RikkiGibson modified the milestones: Next, 17.0.P2 Jun 29, 2021
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.

4 participants