summaryrefslogtreecommitdiff
path: root/test/files/neg/t5903e/Macros_1.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t5903e/Macros_1.scala')
-rw-r--r--test/files/neg/t5903e/Macros_1.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t5903e/Macros_1.scala b/test/files/neg/t5903e/Macros_1.scala
index 997e6fd073..5bdc25b832 100644
--- a/test/files/neg/t5903e/Macros_1.scala
+++ b/test/files/neg/t5903e/Macros_1.scala
@@ -4,7 +4,7 @@ import language.experimental.macros
object Interpolation {
implicit class TestInterpolation(c: StringContext) {
object t {
- def unapply(x: Int) = macro Macros.unapplyImpl
+ def unapply(x: Int): Any = macro Macros.unapplyImpl
}
}
}