aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/tailcall/return.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pos/tailcall/return.scala')
-rw-r--r--tests/pos/tailcall/return.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pos/tailcall/return.scala b/tests/pos/tailcall/return.scala
index 454686c3d..3724b5b32 100644
--- a/tests/pos/tailcall/return.scala
+++ b/tests/pos/tailcall/return.scala
@@ -1,4 +1,4 @@
-object Test {
+object Return {
def foo(x: Int): Int = return 3