From c0705fc670b40710d7dc22010c5d0b2a0c21e634 Mon Sep 17 00:00:00 2001 From: Gilles Dubochet Date: Fri, 21 Mar 2008 20:33:37 +0000 Subject: Fixed issue #668, removed fix for issue #602. --- test/files/run/t0668.scala | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/files/run/t0668.scala (limited to 'test/files/run/t0668.scala') diff --git a/test/files/run/t0668.scala b/test/files/run/t0668.scala new file mode 100644 index 0000000000..2f1eaba0d9 --- /dev/null +++ b/test/files/run/t0668.scala @@ -0,0 +1,5 @@ +object Test extends Application { + val ints: Array[Int] = Array(1, 2, 3) + ints.toArray +} + -- cgit v1.2.3