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 4019f86Copy full SHA for 4019f86
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