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/t1756.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/pos/t1756.scala') diff --git a/test/files/pos/t1756.scala b/test/files/pos/t1756.scala index d5d3ddc624..1d067c3b04 100755 --- a/test/files/pos/t1756.scala +++ b/test/files/pos/t1756.scala @@ -34,7 +34,7 @@ class Poly[C <: Ring[C]](val c: C) extends Ring[Poly[C]] { def *(that: Poly[C]) = new Poly(this.c*that.c) } -object Test extends Application { +object Test extends App { implicit def coef2poly[C <: Ring[C]](c: C): Poly[C] = new Poly(c) -- cgit v1.2.3