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/t3763.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/run/t3763.scala') diff --git a/test/files/run/t3763.scala b/test/files/run/t3763.scala index c8462b7437..1ac3013c84 100644 --- a/test/files/run/t3763.scala +++ b/test/files/run/t3763.scala @@ -1,3 +1,3 @@ -object Test extends Application { +object Test extends App { val x = Array(Array(1), List(1)) } -- cgit v1.2.3