summaryrefslogtreecommitdiff
path: root/test/files/pos/bug3688.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/bug3688.scala')
-rw-r--r--test/files/pos/bug3688.scala7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/files/pos/bug3688.scala b/test/files/pos/bug3688.scala
deleted file mode 100644
index e481db3587..0000000000
--- a/test/files/pos/bug3688.scala
+++ /dev/null
@@ -1,7 +0,0 @@
-import collection.JavaConversions._
-import java.{ util => ju }
-
-object Test {
- def m[P <% ju.List[Int]](l: P) = 1
- m(List(1)) // bug: should compile
-} \ No newline at end of file