From cb35c38f14f6a53c38966bde8e64dcfa9af17918 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Thu, 6 May 2010 14:57:56 +0000 Subject: Fixed bug in transpose, closes #3397, no review. --- test/files/run/bug3397.scala | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/files/run/bug3397.scala (limited to 'test/files/run') diff --git a/test/files/run/bug3397.scala b/test/files/run/bug3397.scala new file mode 100644 index 0000000000..2c8cbed3ab --- /dev/null +++ b/test/files/run/bug3397.scala @@ -0,0 +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 + + () + } +} -- cgit v1.2.3