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 2df386b + ff7fced commit 40e4ff4Copy full SHA for 40e4ff4
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