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/t2503.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/run/t2503.scala') diff --git a/test/files/run/t2503.scala b/test/files/run/t2503.scala index 353a1dcac8..21801e2dbd 100755 --- a/test/files/run/t2503.scala +++ b/test/files/run/t2503.scala @@ -13,7 +13,7 @@ trait SB[A] extends Buffer[A] { } } -object Test extends Application { +object Test extends App { new ArrayBuffer[Int] with SB[Int] } -- cgit v1.2.3