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/t3670.scala | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/files/run/t3670.scala') diff --git a/test/files/run/t3670.scala b/test/files/run/t3670.scala index a37c3a242c..97f1e8a79c 100644 --- a/test/files/run/t3670.scala +++ b/test/files/run/t3670.scala @@ -11,7 +11,7 @@ class C { } } -class M extends Application { +class M extends App { def foo { lazy val a = { lazy val b = 1 @@ -25,7 +25,7 @@ class M extends Application { } } -object Test extends Application { +object Test extends App { new C() new M().foo -} \ No newline at end of file +} -- cgit v1.2.3