summaryrefslogblamecommitdiff
path: root/test/files/neg/macro-bundle-priority-bundle.check
blob: c6cea72ba6e603fa2351a87e5a985439741121e4 (plain) (tree)
1
2
3
4
5
6
7
8







                                                                                           
macro-bundle-priority-bundle.scala:13: error: bundle implementation has incompatible shape:
 required: : Macros.this.c.Expr[Unit]
 or      : : Macros.this.c.Tree
 found   : (x: Macros.this.c.Tree): Nothing
number of parameter sections differ
  def foo: Unit = macro Macros.impl
                               ^
one error found