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