Skip to content

Commit 5f01616

Browse files
authored
Backport "Update quote-nested-6.check" to LTS (#19025)
Backports #17993 to the LTS branch. PR submitted by the release tooling. [skip ci]
2 parents b2e5016 + 3f693f7 commit 5f01616

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
type T[X] = [A >: scala.Nothing <: scala.Any] => scala.collection.immutable.List[A][X]
2+
type T[X] = [A >: scala.Nothing <: scala.Any] =>> scala.collection.immutable.List[A][X]
33
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)
4+
val z: [X >: scala.Nothing <: scala.Any] =>> scala.collection.immutable.List[X][java.lang.String] = scala.List.apply[java.lang.String](x)
55

66
(x: java.lang.String)
77
}

0 commit comments

Comments
 (0)