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

Disallow generic type parameters from appearing within certain constants #68356

Commits on Jan 18, 2020

  1. Disallow generic type parameters from appearing within certain consta…

    …nts. Previously
    
    using generic type parameters within array length expressions/enum discriminants
    caused ICE's or confusing diagnostics.
    skinnyBat committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    05a50c5 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2020

  1. Code review changes.

    skinnyBat committed Jan 19, 2020
    Configuration menu
    Copy the full SHA
    51e5f3b View commit details
    Browse the repository at this point in the history