From bbd6a3d6da09a6f8caf082a25b27be74bf59c124 Mon Sep 17 00:00:00 2001 From: Aleksandar Prokopec Date: Fri, 4 May 2012 15:18:03 +0200 Subject: Fixes si-5656. --- test/files/run/t5656.scala | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 test/files/run/t5656.scala (limited to 'test/files/run/t5656.scala') diff --git a/test/files/run/t5656.scala b/test/files/run/t5656.scala new file mode 100644 index 0000000000..f5ea147a4e --- /dev/null +++ b/test/files/run/t5656.scala @@ -0,0 +1,11 @@ + + + + +object Test { + + def main(args: Array[String]) { + println(Seq(List('1', '2', '3'), List('a', 'b', 'c')).view.addString(new StringBuilder, "_")) + } + +} -- cgit v1.2.3