summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-invalidsig-tparams-badtype.check
blob: 9166db357490fdaa6cd83c6d7d12ea122cf23255 (plain) (blame)
1
2
3
4
5
6
7
Macros_Test_2.scala:2: error: macro implementation has wrong shape:
 required: (c: scala.reflect.makro.Context): c.Expr[Any]
 found   : (c: scala.reflect.makro.Context)(U: c.universe.Type): Nothing
number of parameter sections differ
  def foo[U] = macro Impls.foo[U]
                              ^
one error found