aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDmitry Petrashko <dmitry.petrashko@gmail.com>2017-03-13 14:20:29 +0100
committerDmitry Petrashko <dmitry.petrashko@gmail.com>2017-03-13 14:23:25 +0100
commit8495e80ab2656fabfd578807d5ddd73bc498a80d (patch)
treeaa0e99f3e9b11e4a64e1d122f51f6d2ce9ece6d6 /tests
parentde8d3f9a452fd212236c70e3fb3af5dc9d028d8a (diff)
downloaddotty-8495e80ab2656fabfd578807d5ddd73bc498a80d.tar.gz
dotty-8495e80ab2656fabfd578807d5ddd73bc498a80d.tar.bz2
dotty-8495e80ab2656fabfd578807d5ddd73bc498a80d.zip
Remove name clash in test.
Diffstat (limited to 'tests')
-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