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

Mention if missing symbol is on the class path #10774

Merged
merged 1 commit into from
Jun 4, 2024

Commits on Jun 1, 2024

  1. Mention if missing symbol is on the class path

    User code may reference a class C on the class path
    which is shadowed because user code introduces "false
    friend" companion object C and its companion class C.
    
    Similarly when referring to an object C while intoducing
    a class C.
    
    Only add the hint if the hidden symbol is on the class path
    but not in a current output directory, i.e., a stale symbol
    from a previous compilation.
    som-snytt committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    14b7b8d View commit details
    Browse the repository at this point in the history