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 override protected[C] in companion #14105

Merged
merged 2 commits into from Feb 28, 2022

Commits on Feb 2, 2022

  1. Allow override protected[C] in companion

    When extending C in its companion, allow
    override protected[C] where C denotes the
    enclosing companion module of C.
    
    Lookup of local companion is broken under
    `-from-tasty`, so this accommodation is
    disallowed for local companions.
    som-snytt committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    5979401 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. RefChecks: add reference to related issue in comment

    Co-authored-by: Guillaume Martres <smarter@ubuntu.com>
    TheElectronWill and smarter committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    f57bc94 View commit details
    Browse the repository at this point in the history