Closed
Description
Compiler version
3.1.3-RC2
Minimized code
https://scastie.scala-lang.org/oNFJgavuT4ipVnIKcsgUbg
Output
match may not be exhaustive.
It would fail on pattern case: ProjectionState(_1, _2)
Expectation
No warnings expected as match is complete?