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.
2 parents a1042c1 + 4019f86 commit ae3f58eCopy full SHA for ae3f58e
tests/pos-deep-subtype/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