From 3f693f755bc39ea7d7bd51664cbf2e0dad3f579a Mon Sep 17 00:00:00 2001 From: Matt Bovel Date: Sat, 17 Jun 2023 11:32:28 +0200 Subject: [PATCH] Update quote-nested-6.check [Cherry-picked 1139257154f90fa66e15a25f45064483d1bf2444] --- tests/run-staging/quote-nested-6.check | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/run-staging/quote-nested-6.check b/tests/run-staging/quote-nested-6.check index 2ae8b0d26e47..81e20d6782a3 100644 --- a/tests/run-staging/quote-nested-6.check +++ b/tests/run-staging/quote-nested-6.check @@ -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) }