Skip to content

Commit

Permalink
Backport "Update quote-nested-6.check" to LTS (#19025)
Browse files Browse the repository at this point in the history
Backports #17993 to the LTS branch.

PR submitted by the release tooling.
[skip ci]
  • Loading branch information
Kordyjan committed Dec 8, 2023
2 parents b2e5016 + 3f693f7 commit 5f01616
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/run-staging/quote-nested-6.check
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
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]
val x: java.lang.String = "foo"
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)

(x: java.lang.String)
}

0 comments on commit 5f01616

Please sign in to comment.