## Compiler version 3.2.2 ## Minimized code <!-- This code should be self contained, compilable (with possible failures) and as small as possible. Ideally, we should be able to just copy this code in a file and run `scalac` (and maybe `scala`) to reproduce the issue. --> ```Scala val x = (1, 1) match case _: (_ *: _) => () ``` ## Output (click arrow to expand) <details> > [error] java.lang.AssertionError: assertion failed > [error] scala.runtime.Scala3RunTime$.assertFailed(Scala3RunTime.scala:11) > [error] dotty.tools.dotc.typer.Typer$$anon$3.transform(Typer.scala:1703) </details>