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
Compiling project (Scala3.3.1-RC3, JVM)
[error] ./bisect/main.scala:20:3
[error] match may not be exhaustive.
[error]
[error] It would fail on pattern case:Some(_)
[error] x match {
[error] ^Error compiling project (Scala3.3.1-RC3, JVM)
Expectation
Should not trigger exhaustivity warning
The text was updated successfully, but these errors were encountered:
Regression found in Open CB for rescala-lang/rescala
Compiler version
Fails in 3.3.2-RC nightly
Fails in 3.3.1-RC3
Works in 3.3.0
Bisect points to 6b36cd9
Minimized code
Output
Expectation
Should not trigger exhaustivity warning
The text was updated successfully, but these errors were encountered: