summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-bundle-mixbox.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/macro-bundle-mixbox.check')
-rw-r--r--test/files/neg/macro-bundle-mixbox.check4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/files/neg/macro-bundle-mixbox.check b/test/files/neg/macro-bundle-mixbox.check
new file mode 100644
index 0000000000..4f8cedcece
--- /dev/null
+++ b/test/files/neg/macro-bundle-mixbox.check
@@ -0,0 +1,4 @@
+macro-bundle-mixbox.scala:9: error: macro bundles must be monomorphic traits extending either BlackboxMacro or WhiteboxMacro and not implementing their `val c: BlackboxContext/WhiteboxContext` member
+ def foo = macro Bundle.impl
+ ^
+one error found