aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/neg/t1672b.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/untried/neg/t1672b.check')
-rw-r--r--tests/untried/neg/t1672b.check16
1 files changed, 0 insertions, 16 deletions
diff --git a/tests/untried/neg/t1672b.check b/tests/untried/neg/t1672b.check
deleted file mode 100644
index 60ccf7717..000000000
--- a/tests/untried/neg/t1672b.check
+++ /dev/null
@@ -1,16 +0,0 @@
-t1672b.scala:3: error: could not optimize @tailrec annotated method bar: it contains a recursive call not in tail position
- def bar : Nothing = {
- ^
-t1672b.scala:14: error: could not optimize @tailrec annotated method baz: it contains a recursive call not in tail position
- def baz : Nothing = {
- ^
-t1672b.scala:29: error: could not optimize @tailrec annotated method boz: it contains a recursive call not in tail position
- case _: Throwable => boz; ???
- ^
-t1672b.scala:34: error: could not optimize @tailrec annotated method bez: it contains a recursive call not in tail position
- def bez : Nothing = {
- ^
-t1672b.scala:46: error: could not optimize @tailrec annotated method bar: it contains a recursive call not in tail position
- else 1 + (try {
- ^
-5 errors found