summaryrefslogtreecommitdiff
path: root/test/files/run/viewtest.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/viewtest.scala')
-rwxr-xr-xtest/files/run/viewtest.scala3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/files/run/viewtest.scala b/test/files/run/viewtest.scala
index db9fc68bb4..581958e9a6 100755
--- a/test/files/run/viewtest.scala
+++ b/test/files/run/viewtest.scala
@@ -1,6 +1,5 @@
-import collection._
object Test extends App {
-
+ import collection._
val xs: SeqView[(String, Int), Seq[_]] = List("x").view.zip(Stream.from(0))
println(xs)