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