From c717018a844dd547eec04ed95dc9edaa4dd9c2d3 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Fri, 22 Jun 2007 13:01:42 +0000 Subject: fixed test files. --- test/files/pos/bug443.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/pos/bug443.scala') diff --git a/test/files/pos/bug443.scala b/test/files/pos/bug443.scala index 5b83e9d2cb..5b5e3ea828 100644 --- a/test/files/pos/bug443.scala +++ b/test/files/pos/bug443.scala @@ -1,7 +1,7 @@ object Test { def lookup(): Option[Pair[String, String]] = - (null: Option[Pair[String, String]]) match { + ((null: Option[Pair[String, String]]) : @unchecked) match { case Some(Pair(_, _)) => if (true) Some(Pair(null, null)) -- cgit v1.2.3