summaryrefslogtreecommitdiff
path: root/test/files/run/t7871
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t7871')
-rw-r--r--test/files/run/t7871/Macros_1.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t7871/Macros_1.scala b/test/files/run/t7871/Macros_1.scala
index 778068deb3..801a6af4e7 100644
--- a/test/files/run/t7871/Macros_1.scala
+++ b/test/files/run/t7871/Macros_1.scala
@@ -7,7 +7,7 @@ case object SomeTree extends Tree
object NewQuasiquotes {
implicit class QuasiquoteInterpolation(c: StringContext) {
object nq {
- def unapply(t: Tree) = macro QuasiquoteMacros.unapplyImpl
+ def unapply(t: Tree): Any = macro QuasiquoteMacros.unapplyImpl
}
}
}