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/neg/constrs.check | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/files/neg/constrs.check') diff --git a/test/files/neg/constrs.check b/test/files/neg/constrs.check index 4da2b16b3d..eae90b0163 100644 --- a/test/files/neg/constrs.check +++ b/test/files/neg/constrs.check @@ -1,8 +1,8 @@ constrs.scala:6 error: type T is not a member of object test - def this(y: int)(z: int)(t: this.T) = { this(this.u + y + z); System.out.println(x) } + def this(y: int)(z: int)(t: this.T) = { this(this.u + y + z); Console.println(x) } ^ constrs.scala:6 error: value u is not a member of object test - def this(y: int)(z: int)(t: this.T) = { this(this.u + y + z); System.out.println(x) } + def this(y: int)(z: int)(t: this.T) = { this(this.u + y + z); Console.println(x) } ^ constrs.scala:10 error: called constructor must precede calling constructor def this() = this("abc") -- cgit v1.2.3