summaryrefslogblamecommitdiff
path: root/test/files/neg/implicits.check
blob: f7923131e1117f8957512baddbf65b3dd09b734d (plain) (tree)
1
2
3
4
5
6
7
8
9
10




                                                   

                                         
                     

                                        
                
implicits.scala:38: error: type mismatch;
 found   : test2.HSome[java.lang.String,test2.HMap]
 required: Int
  foo(set)
      ^
implicits.scala:46: error: type mismatch;
 found   : List[Any]
 required: List[Mxml]
        children.toList.flatMap ( e => {
                                ^
two errors found