summaryrefslogtreecommitdiff
path: root/test/files/run/t2177.scala
diff options
context:
space:
mode:
authorPhilipp Haller <hallerp@gmail.com>2009-08-19 12:37:48 +0000
committerPhilipp Haller <hallerp@gmail.com>2009-08-19 12:37:48 +0000
commitd249bcf71f631ee9dc9e117a110137ca1d021ac3 (patch)
treef24711878f088d9f48f2ab9177dac1888f4474bd /test/files/run/t2177.scala
parent0ffc4725ce6b3c9025df9ddb154c0ecbb54e6b1a (diff)
downloadscala-d249bcf71f631ee9dc9e117a110137ca1d021ac3.tar.gz
scala-d249bcf71f631ee9dc9e117a110137ca1d021ac3.tar.bz2
scala-d249bcf71f631ee9dc9e117a110137ca1d021ac3.zip
Fixed #2177.
Diffstat (limited to 'test/files/run/t2177.scala')
-rw-r--r--test/files/run/t2177.scala3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/files/run/t2177.scala b/test/files/run/t2177.scala
new file mode 100644
index 0000000000..fd1a29d198
--- /dev/null
+++ b/test/files/run/t2177.scala
@@ -0,0 +1,3 @@
+object Test extends Application {
+ println(Stream.from(1).take(5).mkString)
+}