From d610e36fa53fcd8b6361293936af057b8563c33b Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Mon, 21 Feb 2011 18:32:06 +0000 Subject: Renamed Application to App. --- test/files/run/bug1300.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/run/bug1300.scala') diff --git a/test/files/run/bug1300.scala b/test/files/run/bug1300.scala index 1a759f4e1e..aa3580e33c 100644 --- a/test/files/run/bug1300.scala +++ b/test/files/run/bug1300.scala @@ -1,4 +1,4 @@ -object Test extends Application +object Test extends App { val a1 = Array(0,1,2,3).toArray[Any] // val a1 = x1.toArray[Any] -- cgit v1.2.3