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