summaryrefslogtreecommitdiff
path: root/test/files/run/tailcalls.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/tailcalls.check')
-rw-r--r--test/files/run/tailcalls.check54
1 files changed, 46 insertions, 8 deletions
diff --git a/test/files/run/tailcalls.check b/test/files/run/tailcalls.check
index 63115d8f21..73d86cd2d2 100644
--- a/test/files/run/tailcalls.check
+++ b/test/files/run/tailcalls.check
@@ -1,8 +1,46 @@
-test Object.fun1 was successful
-test Object.fun2 was successful
-test Object.fun3 was successful
-test Class.fun1 was successful
-test Class.fun1 was successful
-test Class.fun2 was successful
-test Class.fun3 was successful
-test Class.fun4 was successful
+test Object .f was successful
+test Final .f was successful
+test Class .f raised exception java.lang.StackOverflowError
+test SubClass .f was successful
+test Sealed .f raised exception java.lang.StackOverflowError
+test SubSealed.f was successful
+
+test O .f was successful
+test c .f was successful
+test O.O .f was successful
+test O.c .f was successful
+test c.O .f was successful
+test c.c .f was successful
+test O.O.O .f was successful
+test O.O.c .f was successful
+test O.c.O .f was successful
+test O.c.c .f was successful
+test c.O.O .f was successful
+test c.O.c .f was successful
+test c.c.O .f was successful
+test c.c.c .f was successful
+test O.O.O.O.f was successful
+test O.O.O.c.f was successful
+test O.O.c.O.f was successful
+test O.O.c.c.f was successful
+test O.c.O.O.f was successful
+test O.c.O.c.f was successful
+test O.c.c.O.f was successful
+test O.c.c.c.f was successful
+test c.O.O.O.f was successful
+test c.O.O.c.f was successful
+test c.O.c.O.f was successful
+test c.O.c.c.f was successful
+test c.c.O.O.f was successful
+test c.c.O.c.f was successful
+test c.c.c.O.f was successful
+test c.c.c.c.f was successful
+
+test TailCall.f1 was successful
+test TailCall.f2 was successful
+test TailCall.f3 was successful
+test TailCall.g1 was successful
+test TailCall.g2 was successful
+test TailCall.g3 was successful
+test TailCall.h1 was successful
+