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
3.1.1-RC1, 3.1.2-RC1-bin-20211102-82172ed-NIGHTLY but not in 3.1.0
Minimized code
Vector() match {
caseSeq() => println("empty")
case _ => println("non-empty")
}
Output
[warn] 4|caseSeq() => println("empty")
[warn] |^^^^^
[warn] |Unreachablecase
[warn] one warning found
[warn] one warning found
[info] running run
empty