aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/neg/macro-bundle-overloaded.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/untried/neg/macro-bundle-overloaded.check')
-rw-r--r--tests/untried/neg/macro-bundle-overloaded.check4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/untried/neg/macro-bundle-overloaded.check b/tests/untried/neg/macro-bundle-overloaded.check
new file mode 100644
index 000000000..499068aaa
--- /dev/null
+++ b/tests/untried/neg/macro-bundle-overloaded.check
@@ -0,0 +1,4 @@
+macro-bundle-overloaded.scala:11: error: macro bundles must be concrete monomorphic classes having a single constructor with a `val c: Context` parameter
+ def foo = macro Bundle.impl
+ ^
+one error found