Closed
Description
Hi, I believe that pattern match exhaustivity warnings should not be emitted for top-level pattern match statements in transparent
methods, given that the pattern match is checked and expanded at compile-time anyway.
I noticed these warnings are emitted when matching over a sealed trait/class in a transparent method body.