summaryrefslogtreecommitdiff
path: root/test/files/neg/t5580b.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t5580b.check')
-rw-r--r--test/files/neg/t5580b.check6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/files/neg/t5580b.check b/test/files/neg/t5580b.check
new file mode 100644
index 0000000000..45fde46ff9
--- /dev/null
+++ b/test/files/neg/t5580b.check
@@ -0,0 +1,6 @@
+t5580b.scala:11: 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