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 52b84e2 + 9a3b255 commit b28b769Copy full SHA for b28b769
tests/neg/i1650.scala
@@ -0,0 +1,5 @@
1
+object Test {
2
+ test4(test4$default$1) // error
3
+ def test4[T[P]](x: T[T[List[T[X forSome { type X }]]]]) = ??? // error // error
4
+ def test4$default$1[T[P]]: T[Int] = ???
5
+}
0 commit comments