summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-bundle-priority-nonbundle.check
blob: 0d03b5074b18b7fb8205a08b15ab1de68036c223 (plain) (blame)
1
2
3
4
5
6
7
8
macro-bundle-priority-nonbundle.scala:13: error: macro implementation has incompatible shape:
 required: (c: scala.reflect.macros.whitebox.Context): c.Expr[Unit]
 or      : (c: scala.reflect.macros.whitebox.Context): c.Tree
 found   : (c: scala.reflect.macros.whitebox.Context)(x: c.Tree): Nothing
number of parameter sections differ
  def foo: Unit = macro Macros.impl
                               ^
one error found