summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-quasiquotes.check
blob: a2d48723b555b8b13f356bdc35551c0004acf46b (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.Apply
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