summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-invalidsig-tparams-badtype.check
blob: bd1acc4a0a011f21c6ca62897bed54256b3d271d (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.mirror.Type): Nothing
number of parameter sections differ
  def foo[U] = macro Impls.foo[U]
                              ^
one error found