From 33d36a45ebba56b12aabd31c6ca1b49784485d43 Mon Sep 17 00:00:00 2001 From: Matthias Zenger Date: Mon, 12 Jan 2004 15:30:26 +0000 Subject: Replace class Executable with Application. --- test/pos/bug115.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/pos/bug115.scala') diff --git a/test/pos/bug115.scala b/test/pos/bug115.scala index 7e83038c7c..87a5c10915 100644 --- a/test/pos/bug115.scala +++ b/test/pos/bug115.scala @@ -3,6 +3,6 @@ class S[A](f: A => A, x: A) { } class T[A](f: A => A, y: A) extends S(x: A => f(x), y) { } -object Test with Executable { +object Test with Application { new T[int](x: int => x * 2, 1); } -- cgit v1.2.3