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/constfold.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/pos/constfold.scala') diff --git a/test/pos/constfold.scala b/test/pos/constfold.scala index 91587296af..ef71285f72 100644 --- a/test/pos/constfold.scala +++ b/test/pos/constfold.scala @@ -5,7 +5,7 @@ object A { val s = "z is " + z; } -object Test with Executable { +object Test with Application { System.out.println(A.x); System.out.println(A.y); -- cgit v1.2.3