summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-invalidsig-context-bounds.check
blob: 894eabc4425c14f5c4f818deb5c25d9260b1bb52 (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