summaryrefslogtreecommitdiff
path: root/test/files/run/existentials3-old.check
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2013-01-11 23:07:12 -0800
committerPaul Phillips <paulp@improving.org>2013-01-11 23:07:12 -0800
commit9ea0a208346e86031a58fa9c28daf6103778a02f (patch)
treeccfa174994cfec5904e35e4fe7d46b2b605dd7ed /test/files/run/existentials3-old.check
parent275839d8c3767dae8dd07d1bf8b7e9e87cb369ea (diff)
parente5da30b843fe8bfe1638e3e08cdeaa4b6ae2f2d1 (diff)
downloadscala-9ea0a208346e86031a58fa9c28daf6103778a02f.tar.gz
scala-9ea0a208346e86031a58fa9c28daf6103778a02f.tar.bz2
scala-9ea0a208346e86031a58fa9c28daf6103778a02f.zip
Merge pull request #1869 from retronym/backport/1826
Backport of SI-6846.
Diffstat (limited to 'test/files/run/existentials3-old.check')
-rw-r--r--test/files/run/existentials3-old.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/run/existentials3-old.check b/test/files/run/existentials3-old.check
index 72abfac637..36a458dacc 100644
--- a/test/files/run/existentials3-old.check
+++ b/test/files/run/existentials3-old.check
@@ -5,7 +5,7 @@ Object with Test$ToS
Object with Test$ToS
scala.Function0[Object with Test$ToS]
scala.Function0[Object with Test$ToS]
-_ <: Object with _ <: Object with Test$ToS
+_ <: Object with _ <: Object with Object with Test$ToS
_ <: Object with _ <: Object with _ <: Object with Test$ToS
scala.collection.immutable.List[Object with scala.collection.Seq[Int]]
scala.collection.immutable.List[Object with scala.collection.Seq[_ <: Int]]
@@ -16,7 +16,7 @@ Object with Test$ToS
Object with Test$ToS
scala.Function0[Object with Test$ToS]
scala.Function0[Object with Test$ToS]
-_ <: Object with _ <: Object with Test$ToS
+_ <: Object with _ <: Object with Object with Test$ToS
_ <: Object with _ <: Object with _ <: Object with Test$ToS
scala.collection.immutable.List[Object with scala.collection.Seq[Int]]
scala.collection.immutable.List[Object with scala.collection.Seq[_ <: Int]]