From 2994973970bcba6ff90d7788e79f2042cc11deaf Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Mon, 3 Oct 2005 13:42:39 +0000 Subject: *** empty log message *** --- test/files/pos/bug342.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/pos/bug342.scala') diff --git a/test/files/pos/bug342.scala b/test/files/pos/bug342.scala index f7e318e0a8..2e72ef220b 100644 --- a/test/files/pos/bug342.scala +++ b/test/files/pos/bug342.scala @@ -1,4 +1,4 @@ -object Main with Application { +object Main extends Application { //object Foo extends Enumeration { // 1: OK ! object Foo extends Enumeration(0, "Bar") { // 2 -- cgit v1.2.3