summaryrefslogtreecommitdiff
path: root/test/files/neg/tailrec-2.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/tailrec-2.check')
-rw-r--r--test/files/neg/tailrec-2.check2
1 files changed, 1 insertions, 1 deletions
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