summaryrefslogtreecommitdiff
path: root/test/files/neg/t5452-old.check
blob: 1860c98c530907e92fab0d28a1d261ccbd6a38a8 (plain) (blame)
1
2
3
4
5
6
7
8
t5452-old.scala:28: error: overloaded method value apply with alternatives:
  ()Queryable[CoffeesTable] <and>
  (t: Tree)(implicit evidence$2: Manifest[CoffeesTable])Nothing <and>
  (implicit evidence$1: Manifest[CoffeesTable])Nothing
 cannot be applied to (Queryable[CoffeesTable])
  Queryable[CoffeesTable](  q.treeFilter(null)  )
           ^
one error found