-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
area:lintingLinting warnings enabled with -W or -XlintLinting warnings enabled with -W or -Xlintitype:bug
Milestone
Description
Follow up #22729 (comment)
Discussed in #23322
Originally posted by spavikevik June 5, 2025
We've been using Selectable
extensively for fixtures in tests like this:
val f = new Selectable {
val userId = Some("...")
}
But updating to Scala 3.7.x we are seeing a bunch of unused private member
warnings, presumably because of #22729. Is this going to be a permanent limitation from Scala 3.7.x on? And if so, what would be the recommended way to fix the warnings?
Or can this be addressed in a subsequent release?
Metadata
Metadata
Assignees
Labels
area:lintingLinting warnings enabled with -W or -XlintLinting warnings enabled with -W or -Xlintitype:bug