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

Handle default implicits to context parameters under -3.4-migration #19512

Merged
merged 1 commit into from
Jan 23, 2024

Commits on Jan 22, 2024

  1. Handle default implicits to context parameters under -3.4-migration

    Synthesized calls for default implicits needed a using clause when the
    method was an implicit method, but had a context bound parameter in
    3.4-migration.
    
    Also, we can't rewrite adding a `using` clause if the argument list is
    empty, since we are lacking precise position info.
    
    Fixes scala#19506
    odersky committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    4fa6c7b View commit details
    Browse the repository at this point in the history