From 14a631a5fec42d04d0723355a0b93e482b5e4662 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Fri, 8 May 2009 16:33:15 +0000 Subject: massive new collections checkin. --- test/files/run/withIndex.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/run/withIndex.scala') diff --git a/test/files/run/withIndex.scala b/test/files/run/withIndex.scala index 6d470878d9..f0c3e7a468 100644 --- a/test/files/run/withIndex.scala +++ b/test/files/run/withIndex.scala @@ -19,7 +19,7 @@ object Test { val emptyArray = new Array[String](0) val emptyList: List[String] = Nil val emptyIterator = emptyList.elements - val emptyStream = Stream.empty + val emptyStream: Stream[String] = Stream.empty Console.println(emptyArray.zipWithIndex.toList) Console.println(emptyList.zipWithIndex.toList) -- cgit v1.2.3