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

Backport "Keep qualifier of Ident when selecting setter" to LTS #20747

Merged
merged 3 commits into from
Jun 23, 2024

Commits on Jun 23, 2024

  1. Keep qualifier of Ident when selecting setter

    We already keep the qualifier as a typed splice if the prefix is an
    explicit Select.
    
    Fixes #18713
    
    [Cherry-picked 789145c]
    nicolasstucki authored and WojciechMazur committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    7a78bfd View commit details
    Browse the repository at this point in the history
  2. Update compiler/src/dotty/tools/dotc/typer/Typer.scala

    [Cherry-picked e0f036c]
    odersky authored and WojciechMazur committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    99dd85d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8fa14e5 View commit details
    Browse the repository at this point in the history