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/pos/bug261-ba.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/files/pos/bug261-ba.scala') diff --git a/test/files/pos/bug261-ba.scala b/test/files/pos/bug261-ba.scala index c66a68d101..6c9c5b10b7 100644 --- a/test/files/pos/bug261-ba.scala +++ b/test/files/pos/bug261-ba.scala @@ -3,7 +3,7 @@ trait B { def f = println(foo) } trait A { val foo: String = "A" } -object Test extends Application with B with A { +object Test extends App with B with A { println(foo) // prints "A", as expected f // prints "B", as expected -} \ No newline at end of file +} -- cgit v1.2.3