summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-invalidsig-context-bounds.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/macro-invalidsig-context-bounds.check')
-rw-r--r--test/files/neg/macro-invalidsig-context-bounds.check4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/files/neg/macro-invalidsig-context-bounds.check b/test/files/neg/macro-invalidsig-context-bounds.check
new file mode 100644
index 0000000000..dd68e5db1b
--- /dev/null
+++ b/test/files/neg/macro-invalidsig-context-bounds.check
@@ -0,0 +1,4 @@
+Impls_1.scala:4: error: macro implementations cannot have implicit parameters other than TypeTag evidences
+ def foo[U: c.TypeTag: Numeric](c: Ctx) = {
+ ^
+one error found