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 #16675 : -Wunused false positive on case class generated method, due to flags used to distinguish case accessors. #16683

Merged
merged 1 commit into from
Jan 13, 2023

Commits on Jan 13, 2023

  1. Fix flags used to distinguish case accessors

    - Fix flag confusion between (case)accessor and (potentially) generated
      method in classes
    - Update test suits. Add test from scala#16675
    PaulCoral committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    2ffab1d View commit details
    Browse the repository at this point in the history