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 b2e5016 + 3f693f7 commit 5f01616Copy full SHA for 5f01616
tests/run-staging/quote-nested-6.check
@@ -1,7 +1,7 @@
1
{
2
- type T[X] = [A >: scala.Nothing <: scala.Any] => scala.collection.immutable.List[A][X]
+ type T[X] = [A >: scala.Nothing <: scala.Any] =>> scala.collection.immutable.List[A][X]
3
val x: java.lang.String = "foo"
4
- val z: [X >: scala.Nothing <: scala.Any] => scala.collection.immutable.List[X][java.lang.String] = scala.List.apply[java.lang.String](x)
+ val z: [X >: scala.Nothing <: scala.Any] =>> scala.collection.immutable.List[X][java.lang.String] = scala.List.apply[java.lang.String](x)
5
6
(x: java.lang.String)
7
}
0 commit comments