summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-quasiquotes.check
blob: 96ef75dd32c7ac391e2868aa1ac1c1aae73ccd2d (plain) (blame)
1
2
3
4
5
6
7
Macros_1.scala:14: error: macro implementation has wrong shape:
 required: (x: Impls.this.c.Expr[Int]): Impls.this.c.Expr[Any]
 found   : (x: Impls.this.c.universe.Block): Impls.this.c.universe.Tree
type mismatch for parameter x: Impls.this.c.Expr[Int] does not conform to Impls.this.c.universe.Block
  def m3(x: Int) = macro Impls.impl3
      ^
one error found