Skip to content

Commit 6ef46aa

Browse files
mbovelKordyjan
authored andcommitted
Update quote-nested-6.check
[Cherry-picked 1139257]
1 parent 9c33ee5 commit 6ef46aa

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)