summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-invalidsig-ctx-badtype.check
blob: b1702bbca67aea3cf445d2d2c71cd24eb582cd56 (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.api.Universe): Nothing
type mismatch for parameter c: scala.reflect.makro.Context does not conform to scala.reflect.api.Universe
  def foo = macro Impls.foo
                        ^
one error found