From 2994973970bcba6ff90d7788e79f2042cc11deaf Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Mon, 3 Oct 2005 13:42:39 +0000 Subject: *** empty log message *** --- test/files/pos/bug115.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/pos/bug115.scala') diff --git a/test/files/pos/bug115.scala b/test/files/pos/bug115.scala index 970636f708..a250e3c090 100644 --- a/test/files/pos/bug115.scala +++ b/test/files/pos/bug115.scala @@ -3,7 +3,7 @@ class S[A](f: A => A, x: A) { } class T[B](f: B => B, y: B) extends S(x: B => f(x), y) { } -object Test with Application { +object Test extends Application { new T[Int](x => x * 2, 1); val f = new S(x: Int => x, 1); } -- cgit v1.2.3