From 17f712ec18b4f6f4fac43f146b66c749ed68caa7 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Wed, 23 Dec 2009 17:57:36 +0000 Subject: 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. --- test/files/neg/t2641.check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/neg/t2641.check') 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 { ^ -- cgit v1.2.3