summaryrefslogtreecommitdiff
path: root/test/files/neg/t2641.check
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2011-05-23 01:21:52 +0000
committerPaul Phillips <paulp@improving.org>2011-05-23 01:21:52 +0000
commite6b0beaa4c41a46bb9eb492f3fad6ff6589fa5ea (patch)
treeb89896de0cc5e38b478b798ac799047ebad2b978 /test/files/neg/t2641.check
parent00569a3b47164b06f863eac2a23a8226447e3e0a (diff)
downloadscala-e6b0beaa4c41a46bb9eb492f3fad6ff6589fa5ea.tar.gz
scala-e6b0beaa4c41a46bb9eb492f3fad6ff6589fa5ea.tar.bz2
scala-e6b0beaa4c41a46bb9eb492f3fad6ff6589fa5ea.zip
Reverts a change as a tribute to the performanc...
Reverts a change as a tribute to the performance gods, no review.
Diffstat (limited to 'test/files/neg/t2641.check')
-rw-r--r--test/files/neg/t2641.check12
1 files changed, 11 insertions, 1 deletions
diff --git a/test/files/neg/t2641.check b/test/files/neg/t2641.check
index f19a901859..771624e8d9 100644
--- a/test/files/neg/t2641.check
+++ b/test/files/neg/t2641.check
@@ -19,7 +19,17 @@ 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)
^
-7 errors found
+9 errors found