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 c67972a commit da48e1aCopy full SHA for da48e1a
tests/neg/i1650.scala
@@ -1,5 +1,5 @@
1
object Test {
2
- test4(test4$default$1) // error
+ test4(test4$default$1)
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