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 variable handling in super calls #13639

Merged
merged 2 commits into from
Sep 30, 2021
Merged

Commits on Sep 29, 2021

  1. Fix variable handling in super calls

    Accesses to var parameters in super calls need to refer to the constructor
    parameter, not the getter.
    
    Fixes scala#13630
    odersky committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    7983a2f View commit details
    Browse the repository at this point in the history
  2. Reclassify test

    odersky committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    0210ad8 View commit details
    Browse the repository at this point in the history