From 1bb174dd34747868dd49184a9e2ef93d9ba274e4 Mon Sep 17 00:00:00 2001 From: Philipp Haller Date: Fri, 1 Feb 2008 16:40:55 +0000 Subject: Removed unchecked warning from 'withIndex' --- 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 d06dde89f0..6d470878d9 100644 --- a/test/files/run/withIndex.scala +++ b/test/files/run/withIndex.scala @@ -11,7 +11,7 @@ object Test { Console.println(str.zipWithIndex.toList) assert { ary.zipWithIndex match { - case _: Array[Pair[String,Int]] => true + case _: Array[Pair[_,_]] => true case _ => false } } -- cgit v1.2.3