From 92cfcd43997dc090edc35029ada027ed986a25e2 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Thu, 22 Oct 2009 21:59:37 +0000 Subject: The last patch to work around #1909 caught one ... The last patch to work around #1909 caught one brand of lifts but not another. Better now and another test case. --- test/files/neg/bug1909.check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/neg/bug1909.check') diff --git a/test/files/neg/bug1909.check b/test/files/neg/bug1909.check index 631c60d5f0..6ffbb4fccc 100644 --- a/test/files/neg/bug1909.check +++ b/test/files/neg/bug1909.check @@ -1,4 +1,4 @@ -bug1909.scala:5: error: Implementation restriction: auxiliary constructor calls may not use expressions which require lifting. +bug1909.scala:7: error: Implementation restriction: auxiliary constructor calls may not use expressions which require lifting. def this(p: String) = this(try 0) ^ one error found -- cgit v1.2.3