Should #22729 (unused member warnings) apply to Selectable
as well?
#23322
-
We've been using val f = new Selectable {
val userId = Some("...")
} But updating to Scala 3.7.x we are seeing a bunch of Or can this be addressed in a subsequent release? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
@som-snytt I would appreciate it if you could look into this when you have a chance. Thanks! |
Beta Was this translation helpful? Give feedback.
-
I "created issue from discussion". I think I've noticed before that discussions mentioned by tickets are not linked in github: |
Beta Was this translation helpful? Give feedback.
-
The current behavior is that it requires the explicit refinement:
|
Beta Was this translation helpful? Give feedback.
I "created issue from discussion".
I think I've noticed before that discussions mentioned by tickets are not linked in github:
#23323