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