We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent affe8d0 commit 224e8dcCopy full SHA for 224e8dc
tests/pos/9849.scala
@@ -0,0 +1,4 @@
1
+type *:[A, B] = A match
2
+ case (B *: x) => A
3
+ case (x *: y) => x *: (B *: y)
4
+ case _ => A *: B
0 commit comments