From c854cc7fcc9d0f889c6235c1534133cff7360e7f Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Mon, 17 Mar 2014 18:44:39 +0100 Subject: More tests --- tests/pos/t1000.scala | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/pos/t1000.scala (limited to 'tests/pos/t1000.scala') diff --git a/tests/pos/t1000.scala b/tests/pos/t1000.scala new file mode 100644 index 000000000..613af76b9 --- /dev/null +++ b/tests/pos/t1000.scala @@ -0,0 +1,8 @@ +object A { + println("""This a "raw" string ending with a "double quote"""") +} + +object Test extends App { + val xs = Array(1, 2, 3) + Console.println(xs.filter(_ >= 0).length) +} -- cgit v1.2.3