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
@nowarn("cat=other-match-analysis")
valSeq(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] ^