You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: report correct location on a repeat modifier (#17982)
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
changes the reporting to instead report on the repeated modifier
`final`.
Fixes#17981
[Cherry-picked 10180da]
0 commit comments