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 #7219: export forwarder should use TypeAlias for parameterless class #7223

Merged
merged 3 commits into from
Sep 26, 2019

Commits on Sep 26, 2019

  1. Configuration menu
    Copy the full SHA
    4d14e7e View commit details
    Browse the repository at this point in the history
  2. Add one more test

    liufengyun authored and odersky committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    3d3021c View commit details
    Browse the repository at this point in the history
  3. Simplify and fix type forwarders

    The previous scheme did not work correctly for forwarding classes.
    the previous commit fixed that for unparameterized classes, but
    parameterized classes still had a problem, The current scheme
    is far simpler since it always uses unparameterized aliases.
    odersky committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    80880d5 View commit details
    Browse the repository at this point in the history