aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/neg/macro-bundle-priority-bundle.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/untried/neg/macro-bundle-priority-bundle.check')
-rw-r--r--tests/untried/neg/macro-bundle-priority-bundle.check8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/untried/neg/macro-bundle-priority-bundle.check b/tests/untried/neg/macro-bundle-priority-bundle.check
new file mode 100644
index 000000000..c6cea72ba
--- /dev/null
+++ b/tests/untried/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