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

Allow generic type parameters to be the same type in method generation #11151

Merged
merged 1 commit into from
May 10, 2016

Commits on May 8, 2016

  1. Allow generic type parameters to be the same type in method generation

    Previouly we assumed that the type parameters in a method would not be of
    the same TypeSymbol when generating a method and put them in a dictionary.
    This causes exceptions when attempting to add to the dictionary and the
    TypeSymbol is already added as a key. Now we use a list of instead of a
    dictionary.
    
    Fixes dotnet#10004
    jmarolf committed May 8, 2016
    Configuration menu
    Copy the full SHA
    63e7ce7 View commit details
    Browse the repository at this point in the history