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 cdb6250 commit ff7fcedCopy full SHA for ff7fced
tests/pos/i5338.scala
@@ -0,0 +1,6 @@
1
+object Test {
2
+ val unit = ()
3
+
4
+ def f[T <: Tuple, X](xs: T, x: X) =
5
+ xs ++ x *: unit
6
+}
0 commit comments