summaryrefslogtreecommitdiff
path: root/test/files/neg/t2641.check
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2009-12-23 17:57:36 +0000
committerPaul Phillips <paulp@improving.org>2009-12-23 17:57:36 +0000
commit17f712ec18b4f6f4fac43f146b66c749ed68caa7 (patch)
tree358c7d6b3091fdc24623b96a5334b31d50ac87cc /test/files/neg/t2641.check
parentb41e97987f1d6b7f0ccd6dc2a3fb09543f1daab0 (diff)
downloadscala-17f712ec18b4f6f4fac43f146b66c749ed68caa7.tar.gz
scala-17f712ec18b4f6f4fac43f146b66c749ed68caa7.tar.bz2
scala-17f712ec18b4f6f4fac43f146b66c749ed68caa7.zip
Created team of private[collection] abstract cl...
Created team of private[collection] abstract classes and traits in scala.collection.views. Factored boilerplate and base Transformed traits out of *ViewLike classes. Executive summary and motivation: 4812029 Dec 23 09:47 scala-library.jar // before 4604150 Dec 23 09:24 scala-library.jar // after Direct size savings of 4.5%. Review by odersky.
Diffstat (limited to 'test/files/neg/t2641.check')
-rw-r--r--test/files/neg/t2641.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t2641.check b/test/files/neg/t2641.check
index 70123bfc58..9894f62db7 100644
--- a/test/files/neg/t2641.check
+++ b/test/files/neg/t2641.check
@@ -29,7 +29,7 @@ t2641.scala:27: error: illegal inheritance; superclass Any
trait Sliced extends Transformed[A] with super.Sliced {
^
t2641.scala:27: error: illegal inheritance; superclass Any
- is not a subclass of the superclass Object
+ is not a subclass of the superclass TraversableLike
of the mixin trait Sliced
trait Sliced extends Transformed[A] with super.Sliced {
^