From 397dfd6d564b032e5f1d52dda015ffb4238a595f Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Wed, 27 May 2015 10:29:44 +0200 Subject: New pos tests Some of them were moved from disabled after verifiying that they compile now. --- tests/pos/sort.scala | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/pos/sort.scala (limited to 'tests/pos/sort.scala') diff --git a/tests/pos/sort.scala b/tests/pos/sort.scala new file mode 100644 index 000000000..97ee3454d --- /dev/null +++ b/tests/pos/sort.scala @@ -0,0 +1,7 @@ +object sorting { + + val xs: Array[String] = ??? + + java.util.Arrays.sort(xs, ???) + +} -- cgit v1.2.3