summaryrefslogtreecommitdiff
path: root/test/files/neg/t2641.check
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2011-01-01 07:51:33 +0000
committerPaul Phillips <paulp@improving.org>2011-01-01 07:51:33 +0000
commit15cb1c75355f0d38da5281d165edfb2fd1a3b049 (patch)
treee412682fc3ba04a160ec25e530314964d6ce7ae8 /test/files/neg/t2641.check
parent79ca8d4cd2759a99e902c126c93ad37eb16adf91 (diff)
downloadscala-15cb1c75355f0d38da5281d165edfb2fd1a3b049.tar.gz
scala-15cb1c75355f0d38da5281d165edfb2fd1a3b049.tar.bz2
scala-15cb1c75355f0d38da5281d165edfb2fd1a3b049.zip
Generalized a pile of duplicated type caching c...
Generalized a pile of duplicated type caching code, but it's still largely undeployed because I haven't figured out how to make it as fast as the copy-pasted version, which bugs me like you wouldn't believe. Cannot deal with making "Sophie's Choice" between performance and lack of duplication. I left one deployment in because it fixed a bug, or at least so I see it: can't see why one would want the two absent error messages in t2641.check. Review by odersky.
Diffstat (limited to 'test/files/neg/t2641.check')
-rw-r--r--test/files/neg/t2641.check12
1 files changed, 1 insertions, 11 deletions
diff --git a/test/files/neg/t2641.check b/test/files/neg/t2641.check
index 771624e8d9..f19a901859 100644
--- a/test/files/neg/t2641.check
+++ b/test/files/neg/t2641.check
@@ -19,17 +19,7 @@ t2641.scala:25: error: something is wrong (wrong class file?): trait ManagedSeq
t2641.scala:27: error: something is wrong (wrong class file?): trait ManagedSeq with type parameters [A,Coll] gets applied to arguments [], phase = namer
trait Sliced extends Transformed[A] with super.Sliced {
^
-t2641.scala:27: error: illegal inheritance; superclass Any
- is not a subclass of the superclass ManagedSeqStrict
- of the mixin trait Transformed
- trait Sliced extends Transformed[A] with super.Sliced {
- ^
-t2641.scala:27: error: illegal inheritance; superclass Any
- is not a subclass of the superclass Object
- of the mixin trait Sliced
- trait Sliced extends Transformed[A] with super.Sliced {
- ^
t2641.scala:28: error: value managedIterator is not a member of ManagedSeq
override def managedIterator = self.managedIterator slice (from, until)
^
-9 errors found
+7 errors found