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.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/neg/tailrec-2.check b/test/files/neg/tailrec-2.check
index ab6733946d..4f763a1c8d 100644
--- a/test/files/neg/tailrec-2.check
+++ b/test/files/neg/tailrec-2.check
@@ -1,4 +1,4 @@
-tailrec-2.scala:6: error: could not optimize @tailrec annotated method: it contains a recursive call targetting a supertype
+tailrec-2.scala:6: error: could not optimize @tailrec annotated method f: it contains a recursive call targetting a supertype
@annotation.tailrec final def f[B >: A](mem: List[B]): List[B] = (null: Super[A]).f(mem)
- ^
+ ^
one error found