summaryrefslogtreecommitdiff
path: root/test/files/run/t3397.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t3397.scala')
-rw-r--r--test/files/run/t3397.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t3397.scala b/test/files/run/t3397.scala
index 243fe766de..2c8cbed3ab 100644
--- a/test/files/run/t3397.scala
+++ b/test/files/run/t3397.scala
@@ -1,7 +1,7 @@
object Test {
def main(args: Array[String]): Unit = {
val x = Seq(Set(1,2,3),Set(4,5,6),Set(7,8,9)).transpose
-
+
()
}
}