From e722bb1c70fed83257aa1c1fc9276ae8b7839c60 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Mon, 14 May 2012 14:01:34 -0700 Subject: Debugging output tweaks. And undeprecated Positional. --- test/files/neg/tailrec-2.check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/files/neg/tailrec-2.check b/test/files/neg/tailrec-2.check index a918858773..d3432a7e76 100644 --- a/test/files/neg/tailrec-2.check +++ b/test/files/neg/tailrec-2.check @@ -1,4 +1,4 @@ -tailrec-2.scala:8: error: could not optimize @tailrec annotated method f: it contains a recursive call targetting a supertype +tailrec-2.scala:8: error: could not optimize @tailrec annotated method f: it contains a recursive call targeting supertype Super[A] @annotation.tailrec final def f[B >: A](mem: List[B]): List[B] = (null: Super[A]).f(mem) ^ tailrec-2.scala:9: error: @tailrec annotated method contains no recursive calls -- cgit v1.2.3