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: report correct location on a repeat modifier #17982

Merged
merged 1 commit into from
Jun 19, 2023

Commits on Jun 15, 2023

  1. fix: report correct location on a repeat modifier

    Currently given the following code snippet:
    
    ```scala
    final final case class Foo()
    ```
    
    The error is reported on `Foo` and not on the repeated modifier. This
    change change the reporting to instead report on the repeated modifier
    `final`.
    
    Fixes scala#17981
    ckipp01 committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    e2d35cc View commit details
    Browse the repository at this point in the history