summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-bundle-priority-bundle.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/macro-bundle-priority-bundle.check')
-rw-r--r--test/files/neg/macro-bundle-priority-bundle.check8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/files/neg/macro-bundle-priority-bundle.check b/test/files/neg/macro-bundle-priority-bundle.check
new file mode 100644
index 0000000000..c6cea72ba6
--- /dev/null
+++ b/test/files/neg/macro-bundle-priority-bundle.check
@@ -0,0 +1,8 @@
+macro-bundle-priority-bundle.scala:13: error: bundle implementation has incompatible shape:
+ required: : Macros.this.c.Expr[Unit]
+ or : : Macros.this.c.Tree
+ found : (x: Macros.this.c.Tree): Nothing
+number of parameter sections differ
+ def foo: Unit = macro Macros.impl
+ ^
+one error found