summaryrefslogtreecommitdiff
path: root/test/files/neg/t5455.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t5455.check')
-rw-r--r--test/files/neg/t5455.check4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/files/neg/t5455.check b/test/files/neg/t5455.check
new file mode 100644
index 0000000000..788daf99fa
--- /dev/null
+++ b/test/files/neg/t5455.check
@@ -0,0 +1,4 @@
+t5455.scala:4: error: lazy vals are not tailcall transformed
+ @annotation.tailrec final lazy val bar: Thing[Int] = {
+ ^
+one error found