Skip to content

Commit

Permalink
Update quote-nested-6.check
Browse files Browse the repository at this point in the history
[Cherry-picked 1139257]
  • Loading branch information
mbovel authored and Kordyjan committed Nov 29, 2023
1 parent eb269f0 commit 3f693f7
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 3f693f7

Please sign in to comment.