summaryrefslogtreecommitdiff
path: root/test/files
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2013-05-27 11:14:44 -0700
committerPaul Phillips <paulp@improving.org>2013-05-27 11:14:44 -0700
commitd844befe92c9851dc00b9fd677532390b0aade1a (patch)
tree753e412e31ff0017a7e665b9b30572141b98d6b8 /test/files
parent41073f8db662906ada4b779f199ea6d5f4bd5e1f (diff)
parent4250ce11d177a9576ebaf337212b30211b8369a8 (diff)
downloadscala-d844befe92c9851dc00b9fd677532390b0aade1a.tar.gz
scala-d844befe92c9851dc00b9fd677532390b0aade1a.tar.bz2
scala-d844befe92c9851dc00b9fd677532390b0aade1a.zip
Merge pull request #2524 from soc/SI-7469-java-collections
SI-7469 Remove deprecated elements in Java{Conversions,Converters}
Diffstat (limited to 'test/files')
-rw-r--r--test/files/pos/t3688-redux.scala8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/files/pos/t3688-redux.scala b/test/files/pos/t3688-redux.scala
deleted file mode 100644
index e601cf240c..0000000000
--- a/test/files/pos/t3688-redux.scala
+++ /dev/null
@@ -1,8 +0,0 @@
-import collection.JavaConverters._
-import java.{ util => ju }
-import scala.collection.{ mutable, immutable }
-
-object Test {
- def m[P <% AsJava[ju.List[Int]]](l: P) = 1
- m(List(1))
-} \ No newline at end of file