summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-invalidsig-context-bounds.check
blob: b2ce4b1caa6fa3236c0430160ebb632b3b685fe6 (plain) (blame)
1
2
3
4
Impls_1.scala:5: error: macro implementations cannot have implicit parameters other than TypeTag evidences
  def foo[U: c.TypeTag: Numeric](c: Ctx) = {
      ^
one error found