From 257a1845d3db3477a0b5939e94d77b0495d89561 Mon Sep 17 00:00:00 2001 From: mihaylov Date: Wed, 1 Nov 2006 16:03:28 +0000 Subject: Refactored portability support --- test/files/pos/functions.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/pos/functions.scala') diff --git a/test/files/pos/functions.scala b/test/files/pos/functions.scala index 3a7ce16f37..697589fd5d 100644 --- a/test/files/pos/functions.scala +++ b/test/files/pos/functions.scala @@ -6,7 +6,7 @@ object Test { val x = 1; Process.receive { case "abc" if x == 2 => - System.out.println("hi!") + Console.println("hi!") } } } -- cgit v1.2.3