summaryrefslogtreecommitdiff
path: root/test/files/neg/implicits.check
blob: 6d61f7f22227468f01bf06fa1ebb18c126f46163 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 => {
                                ^
implicits.scala:66: error: could not find implicit value for parameter x: Nothing
  foo {
      ^
three errors found