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/existentials.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/run/existentials.scala') diff --git a/test/files/run/existentials.scala b/test/files/run/existentials.scala index 902ae31b5a..ff52cc0040 100644 --- a/test/files/run/existentials.scala +++ b/test/files/run/existentials.scala @@ -50,7 +50,7 @@ object Bug1189 { println(f(x)) } -object Test extends Application { +object Test extends App { val x = { class I; class J; (new C(new I), new C(new J)) } val y: (C[X], C[Y]) forSome { type X; type Y } = x -- cgit v1.2.3