summaryrefslogtreecommitdiff
path: root/test/files/neg/t5580a.check
diff options
context:
space:
mode:
authorAleksandar Prokopec <axel22@gmail.com>2012-04-02 13:16:09 +0200
committerAleksandar Prokopec <axel22@gmail.com>2012-04-02 13:16:09 +0200
commitde3bd754676fbed0b6c69ca3d676b72bc276e925 (patch)
tree1d18a7f8c193fda503d63d286ddcf561842d1091 /test/files/neg/t5580a.check
parentc14766c1affe968788c77fea45ae042d71038472 (diff)
parentf7535f72903f083b2444fb1d0b73363efa5482e9 (diff)
downloadscala-de3bd754676fbed0b6c69ca3d676b72bc276e925.tar.gz
scala-de3bd754676fbed0b6c69ca3d676b72bc276e925.tar.bz2
scala-de3bd754676fbed0b6c69ca3d676b72bc276e925.zip
Merge branch 'master' into feature/collection-concurrent
Conflicts: src/library/scala/collection/JavaConversions.scala src/library/scala/collection/JavaConverters.scala Add one test for concurrent map conversion.
Diffstat (limited to 'test/files/neg/t5580a.check')
-rw-r--r--test/files/neg/t5580a.check6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/files/neg/t5580a.check b/test/files/neg/t5580a.check
new file mode 100644
index 0000000000..50a31857d5
--- /dev/null
+++ b/test/files/neg/t5580a.check
@@ -0,0 +1,6 @@
+t5580a.scala:9: error: polymorphic expression cannot be instantiated to expected type;
+ found : [A]scala.collection.mutable.Set[A]
+ required: scala.collection.mutable.Map[bar,scala.collection.mutable.Set[bar]]
+ if (map.get(tmp).isEmpty) map.put(tmp,collection.mutable.Set())
+ ^
+one error found