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


              

                                         
                     

                                        
                
implicits.scala:38: error: type mismatch;
 found   : test2.HSome[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