From 9d202a7a8d40cac83706e98c59c72f08f355af58 Mon Sep 17 00:00:00 2001 From: Adriaan Moors Date: Thu, 19 Aug 2010 12:20:28 +0000 Subject: closes #3777. no review --- test/files/pos/t3777.scala | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/files/pos/t3777.scala (limited to 'test/files/pos/t3777.scala') diff --git a/test/files/pos/t3777.scala b/test/files/pos/t3777.scala new file mode 100644 index 0000000000..165eeebfdb --- /dev/null +++ b/test/files/pos/t3777.scala @@ -0,0 +1,7 @@ +object Test { + type Point = Map[Symbol, String] + type Points = IndexedSeq[Point] + + def makePoints2: Points = IndexedSeq[Point]() + val spoints2 = util.Random.shuffle(makePoints2) +} -- cgit v1.2.3