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





                                                                            
                                                                                                                            
                                 
      
                  
t0226.scala:5: error: not found: type A1
      (implicit _1: Foo[List[A1]], _2: Foo[A2]): Foo[Tuple2[List[A1], A2]] =
                                                                 ^
t0226.scala:5: error: not found: type A1
      (implicit _1: Foo[List[A1]], _2: Foo[A2]): Foo[Tuple2[List[A1], A2]] =
                             ^
t0226.scala:8: error: could not find implicit value for parameter rep: Test.this.Foo[((List[Char], Int), (object Nil, Int))]
  foo(((List('b'), 3), (Nil, 4)))
     ^
three errors found