summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-invalidsig-ctx-badtype.check
blob: 9e57ab8631068760740361e2d6b340588fcc4ae5 (plain) (blame)
1
2
3
4
5
6
7
Macros_Test_2.scala:2: error: macro implementation has wrong shape:
 required: (c: scala.reflect.macros.Context): c.Expr[Any]
 found   : (c: scala.reflect.api.Universe): Nothing
type mismatch for parameter c: scala.reflect.macros.Context does not conform to scala.reflect.api.Universe
  def foo = macro Impls.foo
                        ^
one error found