From f0e63b8bcbc9ff6be4fe6d372ffa324f4ab3adf9 Mon Sep 17 00:00:00 2001 From: mihaylov Date: Mon, 21 Mar 2005 16:59:33 +0000 Subject: Added a toList method to override the one from ... Added a toList method to override the one from scala.Seq --- test/files/dis/List.check | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/files/dis/List.check b/test/files/dis/List.check index 7da3b40160..5b006f1764 100644 --- a/test/files/dis/List.check +++ b/test/files/dis/List.check @@ -8,6 +8,7 @@ sealed trait List[+a]() extends scala.Seq[a] with scala.ScalaObject { def length: scala.Int; def indices: scala.List[scala.Int]; def elements: scala.Iterator[a]; + override def toList: scala.List[a]; def init: scala.List[a]; def last: a; override def take(scala.Int): scala.List[a]; -- cgit v1.2.3