Skip to content

Commit 1139257

Browse files
committed
Update quote-nested-6.check
1 parent a23e217 commit 1139257

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)