From 48e8133cb08a252ea0ec325d4c6537bccb2e0465 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Wed, 24 Aug 2011 16:49:38 +0000 Subject: Removed and consolidated several redundant test... Removed and consolidated several redundant tests which had filenames "bugXXX" and "tXXX" where XXX == XXX. No review. --- test/files/pos/t3688.scala | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test/files/pos/t3688.scala') diff --git a/test/files/pos/t3688.scala b/test/files/pos/t3688.scala index 0ac1cfe514..d15e9d1a84 100644 --- a/test/files/pos/t3688.scala +++ b/test/files/pos/t3688.scala @@ -7,3 +7,8 @@ object Test { implicitly[mutable.Map[Int, String] => ju.Dictionary[Int, String]] } + +object Test2 { + def m[P <% ju.List[Int]](l: P) = 1 + m(List(1)) // bug: should compile +} \ No newline at end of file -- cgit v1.2.3