We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c33ee5 commit 6ef46aaCopy full SHA for 6ef46aa
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