summaryrefslogblamecommitdiff
path: root/test/files/neg/t5580a.check
blob: 50a31857d591cc72cac110d53dfe250583d80d28 (plain) (tree)
1
2
3
4
5
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