summaryrefslogtreecommitdiff
path: root/test/files/run/bug1360.check
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2009-05-21 14:24:27 +0000
committerPaul Phillips <paulp@improving.org>2009-05-21 14:24:27 +0000
commiteb4eac963d9067bf38aced06021d6ea2d62db48e (patch)
tree915049928ee5deb8c4fc6bdc38247e354f84fec8 /test/files/run/bug1360.check
parent12a88b5900378777efac43f8e72c1afc6215fd60 (diff)
downloadscala-eb4eac963d9067bf38aced06021d6ea2d62db48e.tar.gz
scala-eb4eac963d9067bf38aced06021d6ea2d62db48e.tar.bz2
scala-eb4eac963d9067bf38aced06021d6ea2d62db48e.zip
Fix and test for #1360 - when passing a sequenc...
Fix and test for #1360 - when passing a sequence to java varargs, call .toArray on it if it is not already an array.
Diffstat (limited to 'test/files/run/bug1360.check')
-rw-r--r--test/files/run/bug1360.check2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/files/run/bug1360.check b/test/files/run/bug1360.check
new file mode 100644
index 0000000000..8417e208ae
--- /dev/null
+++ b/test/files/run/bug1360.check
@@ -0,0 +1,2 @@
+[one, two]
+[1, 2, 3]