From cef4819a2034134b26db1f6eb85c8999421af5c1 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Thu, 28 Aug 2003 15:04:01 +0000 Subject: *** empty log message *** --- test/files/pos/simplelists.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files') diff --git a/test/files/pos/simplelists.scala b/test/files/pos/simplelists.scala index 143bbdd77b..73b04a8762 100644 --- a/test/files/pos/simplelists.scala +++ b/test/files/pos/simplelists.scala @@ -5,7 +5,7 @@ } object Nil extends List[All] { - def error(msg: String): All = new java.lang.Error(msg).throw; + def error(msg: String): All = throw new java.lang.Error(msg); def head: All = error("Nil.head"); def tail: List[All] = error("Nil.tail"); } -- cgit v1.2.3