Closed as not planned
Description
Reproduction steps
Scala version: 2.13.16
@nowarn("cat=other-match-analysis")
val Seq(a, b) = Seq(1,2)
Problem
With -Xfatal-warnings
this fails.
match may not be exhaustive.
[error] Applicable -Wconf / @nowarn filters for this fatal warning: msg=<part of the message>, cat=other-match-analysis, site=Example
[error] val Seq(a, b) = Seq(1,2)
[error] ^
Metadata
Metadata
Assignees
Labels
No labels